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 9ae41a72b..39caea9fa 100644
--- a/src/net/net.cpp
+++ b/src/net/net.cpp
@@ -58,6 +58,7 @@ namespace Net
class HomunculusHandler;
class InventoryHandler;
class MailHandler;
+ class MarketHandler;
class MercenaryHandler;
class NpcHandler;
class PartyHandler;
@@ -97,6 +98,7 @@ Net::BuyingStoreHandler *buyingStoreHandler = nullptr;
Net::HomunculusHandler *homunculusHandler = nullptr;
Net::FriendsHandler *friendsHandler = nullptr;
Net::ElementalHandler *elementalHandler = nullptr;
+Net::MarketHandler *marketHandler = nullptr;
namespace Net
{