summaryrefslogtreecommitdiff
path: root/src/emap/parse.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-07-04 22:37:51 +0300
committerAndrei Karas <akaras@inbox.ru>2015-07-04 22:37:51 +0300
commit58b8c8d8cb9f78537495f908887fea9d0a451637 (patch)
tree74438cc91f5c5a6a7a953c98aa52106eb88b250f /src/emap/parse.h
parent857c86d93ebd68e5edbbe14ce26a16a967622822 (diff)
downloadevol-hercules-58b8c8d8cb9f78537495f908887fea9d0a451637.tar.gz
evol-hercules-58b8c8d8cb9f78537495f908887fea9d0a451637.tar.bz2
evol-hercules-58b8c8d8cb9f78537495f908887fea9d0a451637.tar.xz
evol-hercules-58b8c8d8cb9f78537495f908887fea9d0a451637.zip
Rename login/char/map dirs to elogin/echar/emap for avoid conflicts with hercules.
Diffstat (limited to 'src/emap/parse.h')
-rw-r--r--src/emap/parse.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/emap/parse.h b/src/emap/parse.h
new file mode 100644
index 0000000..8d137ad
--- /dev/null
+++ b/src/emap/parse.h
@@ -0,0 +1,20 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 Evol developers
+
+#ifndef EVOL_MAP_PARSE
+#define EVOL_MAP_PARSE
+
+void map_parse_version(int fd);
+void map_parse_join_channel(int fd);
+void map_parse_part_channel(int fd);
+void map_parse_pet_say(int fd);
+void map_parse_pet_emote(int fd);
+void map_parse_set_status(int fd);
+void map_parse_get_online_list(int fd);
+void map_parse_pet_move(int fd);
+void map_parse_pet_dir(int fd);
+void map_parse_homun_say(int fd);
+void map_parse_homun_emote(int fd);
+void map_parse_homun_dir(int fd);
+
+#endif // EVOL_MAP_PARSE