From 03548e276d033939449abb9b3a94a57803a57964 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 24 Sep 2014 11:30:39 +0300 Subject: Add empty BuyingStoreHandler. --- src/net/net.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/net.cpp') 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 { -- cgit v1.2.3-60-g2f50