summaryrefslogtreecommitdiff
path: root/src/emap/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emap/status.h')
-rw-r--r--src/emap/status.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/emap/status.h b/src/emap/status.h
new file mode 100644
index 0000000..fb0198b
--- /dev/null
+++ b/src/emap/status.h
@@ -0,0 +1,12 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 Evol developers
+
+#ifndef EVOL_MAP_STATUS
+#define EVOL_MAP_STATUS
+
+void status_init(void);
+void estatus_set_viewdata_post(struct block_list *bl, int *class_);
+void estatus_read_job_db_sub(int *idxPtr, const char *name, config_setting_t *jdb);
+int estatus_calc_pc_(int retVal, struct map_session_data* sd, enum e_status_calc_opt *opt);
+
+#endif // EVOL_MAP_STATUS