summaryrefslogtreecommitdiff
path: root/src/being/playerinfo.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-28 21:53:24 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-28 21:53:24 +0300
commit22bb94a2587fa16d808ec966f01d07dc27d9f5d9 (patch)
treec2b6cc27c3bb420c32e2d8bacdd8f1634f85e419 /src/being/playerinfo.h
parent510d030cbf0cca87e81801b1f484c24e8d4b7940 (diff)
downloadplus-22bb94a2587fa16d808ec966f01d07dc27d9f5d9.tar.gz
plus-22bb94a2587fa16d808ec966f01d07dc27d9f5d9.tar.bz2
plus-22bb94a2587fa16d808ec966f01d07dc27d9f5d9.tar.xz
plus-22bb94a2587fa16d808ec966f01d07dc27d9f5d9.zip
Build mercenaryhandler only if eathena enabled.
Diffstat (limited to 'src/being/playerinfo.h')
-rw-r--r--src/being/playerinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being/playerinfo.h b/src/being/playerinfo.h
index 54c578163..49f4d54e5 100644
--- a/src/being/playerinfo.h
+++ b/src/being/playerinfo.h
@@ -263,9 +263,11 @@ namespace PlayerInfo
int getMercenaryId();
+#ifdef EATHENA_SUPPORT
void updateMoveAI();
void updateAttackAi(const int targetId, const bool keep);
+#endif
void setGuildPositionFlags(const GuildPositionFlags::Type pos);