summaryrefslogtreecommitdiff
path: root/src/emap/parse.h
diff options
context:
space:
mode:
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