summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-07 16:08:07 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-07 16:08:07 +0300
commit6e565a64b6a89e943c95e5b001aadd38727abe01 (patch)
treed75167bd37fb30336d1145203b0d040f7c7d215f /src/map/atcommand.h
parent20e70d1846ba39599255887bef5098583a7586c9 (diff)
downloadevol-hercules-6e565a64b6a89e943c95e5b001aadd38727abe01.tar.gz
evol-hercules-6e565a64b6a89e943c95e5b001aadd38727abe01.tar.bz2
evol-hercules-6e565a64b6a89e943c95e5b001aadd38727abe01.tar.xz
evol-hercules-6e565a64b6a89e943c95e5b001aadd38727abe01.zip
map: translate server to client text messages.
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r--src/map/atcommand.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h
new file mode 100644
index 0000000..bc3243a
--- /dev/null
+++ b/src/map/atcommand.h
@@ -0,0 +1,10 @@
+// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
+// Copyright (c) 2014 Evol developers
+
+#ifndef EVOL_MAP_ATCOMMAND
+#define EVOL_MAP_ATCOMMAND
+
+const char* eatcommand_msgsd(struct map_session_data *sd, int *msgPtr);
+const char* eatcommand_msgfd(int *fdPtr, int *msgPtr);
+
+#endif // EVOL_MAP_ATCOMMAND