summaryrefslogtreecommitdiff
path: root/src/net/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/net.h')
-rw-r--r--src/net/net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/net.h b/src/net/net.h
index a35cfb972..d1872e052 100644
--- a/src/net/net.h
+++ b/src/net/net.h
@@ -38,6 +38,7 @@ namespace Net
class AdminHandler;
class AuctionHandler;
+class BankHandler;
class BeingHandler;
class CashShopHandler;
class CharServerHandler;
@@ -79,6 +80,7 @@ MailHandler *getMailHandler() A_WARN_UNUSED;
AuctionHandler *getAuctionHandler() A_WARN_UNUSED;
CashShopHandler *getCashShopHandler() A_WARN_UNUSED;
FamilyHandler *getFamilyHandler() A_WARN_UNUSED;
+BankHandler *getBankHandler() A_WARN_UNUSED;
ServerInfo::Type getNetworkType() A_WARN_UNUSED;