summaryrefslogtreecommitdiff
path: root/src/net/net.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-15 16:02:49 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-15 16:02:49 +0300
commit97899e857e2ebe6bf038b8fdfed81fb489d0d0cb (patch)
tree1cd4b5ebfcd6f422f524821381a19ca7d6ff0e69 /src/net/net.h
parent32a344ef8f062c5fd5ec84321b4975ceba1e377d (diff)
downloadplus-97899e857e2ebe6bf038b8fdfed81fb489d0d0cb.tar.gz
plus-97899e857e2ebe6bf038b8fdfed81fb489d0d0cb.tar.bz2
plus-97899e857e2ebe6bf038b8fdfed81fb489d0d0cb.tar.xz
plus-97899e857e2ebe6bf038b8fdfed81fb489d0d0cb.zip
Add empty cashshophandler.
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;