From 97899e857e2ebe6bf038b8fdfed81fb489d0d0cb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 15 Sep 2014 16:02:49 +0300 Subject: Add empty cashshophandler. --- src/net/net.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/net.h') diff --git a/src/net/net.h b/src/net/net.h index fef1b5315..ade184a81 100644 --- a/src/net/net.h +++ b/src/net/net.h @@ -39,6 +39,7 @@ namespace Net class AdminHandler; class AuctionHandler; class BeingHandler; +class CashShopHandler; class CharServerHandler; class ChatHandler; class GameHandler; @@ -75,6 +76,7 @@ BuySellHandler *getBuySellHandler() A_WARN_UNUSED; ServerFeatures *getServerFeatures() A_WARN_UNUSED; MailHandler *getMailHandler() A_WARN_UNUSED; AuctionHandler *getAuctionHandler() A_WARN_UNUSED; +CashShopHandler *getCashShopHandler() A_WARN_UNUSED; ServerInfo::Type getNetworkType() A_WARN_UNUSED; -- cgit v1.2.3-70-g09d2