From c3be771906112df05821dc82539fdca2bf3d7991 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 16 Feb 2015 21:26:24 +0300 Subject: Build buyingstoreslotslistener only if eathena support enabled. --- src/listeners/buyingstoreslotslistener.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/listeners/buyingstoreslotslistener.h') diff --git a/src/listeners/buyingstoreslotslistener.h b/src/listeners/buyingstoreslotslistener.h index dc180a9cc..61b9dd454 100644 --- a/src/listeners/buyingstoreslotslistener.h +++ b/src/listeners/buyingstoreslotslistener.h @@ -21,6 +21,8 @@ #ifndef LISTENERS_BUYINGSTORESLOTSLISTENER_H #define LISTENERS_BUYINGSTORESLOTSLISTENER_H +#ifdef EATHENA_SUPPORT + #include "listeners/baselistener.hpp" #include "localconsts.h" @@ -35,4 +37,5 @@ class BuyingStoreSlotsListener notfinal defineListenerHeader(BuyingStoreSlotsListener) }; +#endif // EATHENA_SUPPORT #endif // LISTENERS_BUYINGSTORESLOTSLISTENER_H -- cgit v1.2.3-60-g2f50