From 32a344ef8f062c5fd5ec84321b4975ceba1e377d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 15 Sep 2014 13:20:02 +0300 Subject: Add empty auctionhandler. --- src/net/net.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/net.h') diff --git a/src/net/net.h b/src/net/net.h index 0189daaf0..fef1b5315 100644 --- a/src/net/net.h +++ b/src/net/net.h @@ -37,6 +37,7 @@ namespace Net { class AdminHandler; +class AuctionHandler; class BeingHandler; class CharServerHandler; class ChatHandler; @@ -73,6 +74,7 @@ TradeHandler *getTradeHandler() A_WARN_UNUSED; BuySellHandler *getBuySellHandler() A_WARN_UNUSED; ServerFeatures *getServerFeatures() A_WARN_UNUSED; MailHandler *getMailHandler() A_WARN_UNUSED; +AuctionHandler *getAuctionHandler() A_WARN_UNUSED; ServerInfo::Type getNetworkType() A_WARN_UNUSED; -- cgit v1.2.3-70-g09d2