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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/map/parse.h b/src/map/parse.h
new file mode 100644
index 0000000..a4413e4
--- /dev/null
+++ b/src/map/parse.h
@@ -0,0 +1,10 @@
+// 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 sample_packet0f3(int fd);
+
+#endif // EVOL_MAP_PARSE