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.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/src/emap/status.h b/src/emap/status.h
index 8ad69ed..b8d77f5 100644
--- a/src/emap/status.h
+++ b/src/emap/status.h
@@ -4,14 +4,6 @@
#ifndef EVOL_MAP_STATUS
#define EVOL_MAP_STATUS
-typedef enum esc_type {
- SC_PHYSICAL_SHIELD = 642,
-} esc_type;
-
-enum esi_type {
- SI_PHYSICAL_SHIELD = 966,
-};
-
int estatus_init_post(int retVal, bool minimal);
void estatus_set_viewdata_pre(struct block_list **blPtr,
int *classPtr_ __attribute__ ((unused)));
@@ -52,4 +44,9 @@ int estatus_change_end__post(int retVal,
enum sc_type type, int tid,
const char* file, int line);
+bool estatus_readdb_scconfig_post(bool retVal,
+ char* fields[],
+ int columns,
+ int current);
+
#endif // EVOL_MAP_STATUS