summaryrefslogtreecommitdiff
path: root/src/listeners/buyingstoreslotslistener.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-16 21:26:24 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-16 21:26:24 +0300
commitc3be771906112df05821dc82539fdca2bf3d7991 (patch)
treee086c35abaa0cae75c1543eb22dbff844e0671a8 /src/listeners/buyingstoreslotslistener.h
parentcd25589ba6143591389095eb25a260e350edc699 (diff)
downloadplus-c3be771906112df05821dc82539fdca2bf3d7991.tar.gz
plus-c3be771906112df05821dc82539fdca2bf3d7991.tar.bz2
plus-c3be771906112df05821dc82539fdca2bf3d7991.tar.xz
plus-c3be771906112df05821dc82539fdca2bf3d7991.zip
Build buyingstoreslotslistener only if eathena support enabled.
Diffstat (limited to 'src/listeners/buyingstoreslotslistener.h')
-rw-r--r--src/listeners/buyingstoreslotslistener.h3
1 files changed, 3 insertions, 0 deletions
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