summaryrefslogtreecommitdiff
path: root/src/net/net.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-15 17:05:31 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-15 17:05:31 +0300
commit2b20ac0419cdeeebf47dd41c18811b683f06eb4a (patch)
treef9be20d6ca320c9ecb8835c469439a7cb3a7ee3f /src/net/net.h
parent97899e857e2ebe6bf038b8fdfed81fb489d0d0cb (diff)
downloadplus-2b20ac0419cdeeebf47dd41c18811b683f06eb4a.tar.gz
plus-2b20ac0419cdeeebf47dd41c18811b683f06eb4a.tar.bz2
plus-2b20ac0419cdeeebf47dd41c18811b683f06eb4a.tar.xz
plus-2b20ac0419cdeeebf47dd41c18811b683f06eb4a.zip
Add empty familyhandler.
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 ade184a81..a35cfb972 100644
--- a/src/net/net.h
+++ b/src/net/net.h
@@ -42,6 +42,7 @@ class BeingHandler;
class CashShopHandler;
class CharServerHandler;
class ChatHandler;
+class FamilyHandler;
class GameHandler;
class GeneralHandler;
class GuildHandler;
@@ -77,6 +78,7 @@ ServerFeatures *getServerFeatures() A_WARN_UNUSED;
MailHandler *getMailHandler() A_WARN_UNUSED;
AuctionHandler *getAuctionHandler() A_WARN_UNUSED;
CashShopHandler *getCashShopHandler() A_WARN_UNUSED;
+FamilyHandler *getFamilyHandler() A_WARN_UNUSED;
ServerInfo::Type getNetworkType() A_WARN_UNUSED;