diff options
Diffstat (limited to 'src/net/auctionhandler.h')
-rw-r--r-- | src/net/auctionhandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/auctionhandler.h b/src/net/auctionhandler.h index c1a3dc8a8..02d85da22 100644 --- a/src/net/auctionhandler.h +++ b/src/net/auctionhandler.h @@ -21,6 +21,8 @@ #ifndef NET_AUCTIONHANDLER_H #define NET_AUCTIONHANDLER_H +#ifdef EATHENA_SUPPORT + #include "enums/net/auctionsearchtype.h" #include <string> @@ -68,4 +70,5 @@ class AuctionHandler notfinal extern Net::AuctionHandler *auctionHandler; +#endif // EATHENA_SUPPORT #endif // NET_AUCTIONHANDLER_H |