diff options
Diffstat (limited to 'src/net/net.h')
-rw-r--r-- | src/net/net.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |