summaryrefslogtreecommitdiff
path: root/src/map/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/parse.h')
-rw-r--r--src/map/parse.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/parse.h b/src/map/parse.h
index a4413e4..ea45975 100644
--- a/src/map/parse.h
+++ b/src/map/parse.h
@@ -7,4 +7,7 @@
void map_parse_version(int fd);
void sample_packet0f3(int fd);
+int epc_parse_setparam_pre(struct map_session_data *sd, int *type, int *val);
+int epc_parse_readparam_pre(struct map_session_data* sd, int *type);
+
#endif // EVOL_MAP_PARSE