summaryrefslogtreecommitdiff
path: root/src/net/net.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/net.cpp')
-rw-r--r--src/net/net.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/net.cpp b/src/net/net.cpp
index 69a48f400..28bdb22a8 100644
--- a/src/net/net.cpp
+++ b/src/net/net.cpp
@@ -46,6 +46,7 @@ namespace Net
class AuctionHandler;
class BankHandler;
class BeingHandler;
+ class BuyingStoreHandler;
class BuySellHandler;
class CashShopHandler;
class CharServerHandler;
@@ -92,6 +93,7 @@ Net::CashShopHandler *cashShopHandler = nullptr;
Net::FamilyHandler *familyHandler = nullptr;
Net::BankHandler *bankHandler = nullptr;
Net::QuestHandler *questHandler = nullptr;
+Net::BuyingStoreHandler *buyingStoreHandler = nullptr;
namespace Net
{