summaryrefslogtreecommitdiff
path: root/src/net/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/net.h')
-rw-r--r--src/net/net.h2
1 files changed, 2 insertions, 0 deletions
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;