diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-02-28 21:12:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-02-28 21:12:15 +0300 |
commit | b96242e1d5a6af71e6f884596f77268743945c63 (patch) | |
tree | 1fc425037771265a1134956641c466095b7349a1 /src/net/tmwa/homunculushandler.h | |
parent | 0cc662938674c22bb5a3d1e1521fe90eb28121e4 (diff) | |
download | plus-b96242e1d5a6af71e6f884596f77268743945c63.tar.gz plus-b96242e1d5a6af71e6f884596f77268743945c63.tar.bz2 plus-b96242e1d5a6af71e6f884596f77268743945c63.tar.xz plus-b96242e1d5a6af71e6f884596f77268743945c63.zip |
Build homunculushandler only if eathena enabled.
Diffstat (limited to 'src/net/tmwa/homunculushandler.h')
-rw-r--r-- | src/net/tmwa/homunculushandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tmwa/homunculushandler.h b/src/net/tmwa/homunculushandler.h index bd39b54bb..5b4272161 100644 --- a/src/net/tmwa/homunculushandler.h +++ b/src/net/tmwa/homunculushandler.h @@ -21,6 +21,8 @@ #ifndef NET_TMWA_HOMUNCULUSHANDLER_H #define NET_TMWA_HOMUNCULUSHANDLER_H +#ifdef EATHENA_SUPPORT + #include "net/homunculushandler.h" #include "net/tmwa/messagehandler.h" @@ -59,4 +61,5 @@ class HomunculusHandler final : public MessageHandler, } // namespace TmwAthena +#endif // EATHENA_SUPPORT #endif // NET_TMWA_HOMUNCULUSHANDLER_H |