From 0561612345f979a3c59ed4feeeddf6491974905a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 16 Feb 2015 23:08:07 +0300 Subject: Build vendingslotslistener only if eathena support enabled. --- src/listeners/vendingslotslistener.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/listeners') diff --git a/src/listeners/vendingslotslistener.h b/src/listeners/vendingslotslistener.h index 98b4ae49a..f843a727a 100644 --- a/src/listeners/vendingslotslistener.h +++ b/src/listeners/vendingslotslistener.h @@ -21,6 +21,8 @@ #ifndef LISTENERS_VENDINGSLOTSLISTENER_H #define LISTENERS_VENDINGSLOTSLISTENER_H +#ifdef EATHENA_SUPPORT + #include "listeners/baselistener.hpp" #include "localconsts.h" @@ -35,4 +37,5 @@ class VendingSlotsListener notfinal defineListenerHeader(VendingSlotsListener) }; +#endif // EATHENA_SUPPORT #endif // LISTENERS_VENDINGSLOTSLISTENER_H -- cgit v1.2.3-70-g09d2