From 5b9f5605671f09849e1bc59fa862e2e7e9b9e0a8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 27 Feb 2015 00:30:34 +0300 Subject: Build buyingstorehandler only if eathena enabled. --- src/net/tmwa/buyingstorehandler.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net/tmwa/buyingstorehandler.h') diff --git a/src/net/tmwa/buyingstorehandler.h b/src/net/tmwa/buyingstorehandler.h index 381fe5c1a..dc1b408bb 100644 --- a/src/net/tmwa/buyingstorehandler.h +++ b/src/net/tmwa/buyingstorehandler.h @@ -21,6 +21,8 @@ #ifndef NET_TMWA_BUYINGSTOREHANDLER_H #define NET_TMWA_BUYINGSTOREHANDLER_H +#ifdef EATHENA_SUPPORT + #include "net/buyingstorehandler.h" #include "net/tmwa/messagehandler.h" @@ -55,4 +57,5 @@ class BuyingStoreHandler final : public MessageHandler, } // namespace TmwAthena +#endif // EATHENA_SUPPORT #endif // NET_TMWA_BUYINGSTOREHANDLER_H -- cgit v1.2.3-60-g2f50