summaryrefslogtreecommitdiff
path: root/src/emap/send.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-10-19 18:55:20 +0300
committerAndrei Karas <akaras@inbox.ru>2015-10-19 18:56:34 +0300
commit73defa73651a5e6f7683dc90ab465d19496b8cca (patch)
tree2b7e5ba8e7369e31812c5529aefcca8d5dfe333c /src/emap/send.h
parent6eb6d10d8e1f4fa01d6a5bdc222149cd8552eb6a (diff)
downloadevol-hercules-73defa73651a5e6f7683dc90ab465d19496b8cca.tar.gz
evol-hercules-73defa73651a5e6f7683dc90ab465d19496b8cca.tar.bz2
evol-hercules-73defa73651a5e6f7683dc90ab465d19496b8cca.tar.xz
evol-hercules-73defa73651a5e6f7683dc90ab465d19496b8cca.zip
Add extended mount support.
Diffstat (limited to 'src/emap/send.h')
-rw-r--r--src/emap/send.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emap/send.h b/src/emap/send.h
index b11b0a7..aec7e60 100644
--- a/src/emap/send.h
+++ b/src/emap/send.h
@@ -1,8 +1,8 @@
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 - 2015 Evol developers
-#ifndef EVOL_MAP_PC
-#define EVOL_MAP_PC
+#ifndef EVOL_MAP_SEND
+#define EVOL_MAP_SEND
void send_npccommand (TBL_PC *sd, int npcId, int cmd);
void send_npccommand2 (TBL_PC *sd, int npcId, int cmd, int id, int x, int y);
@@ -44,4 +44,4 @@ void send_setwall_single(int fd,
int x2, int y2,
int mask);
-#endif // EVOL_MAP_PC
+#endif // EVOL_MAP_SEND