diff options
Diffstat (limited to 'src/net/net.h')
-rw-r--r-- | src/net/net.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/net.h b/src/net/net.h index 376bf63e3..a1267e77a 100644 --- a/src/net/net.h +++ b/src/net/net.h @@ -52,6 +52,7 @@ class PlayerHandler; class SkillHandler; class TradeHandler; class BuySellHandler; +class ServerFeatures; AdminHandler *getAdminHandler() A_WARN_UNUSED; BeingHandler *getBeingHandler() A_WARN_UNUSED; @@ -70,6 +71,8 @@ SkillHandler *getSkillHandler() A_WARN_UNUSED; TradeHandler *getTradeHandler() A_WARN_UNUSED; BuySellHandler *getBuySellHandler() A_WARN_UNUSED; +ServerFeatures *getServerFeatures() A_WARN_UNUSED; + ServerInfo::Type getNetworkType() A_WARN_UNUSED; /** |