summaryrefslogtreecommitdiff
path: root/src/net/eathena/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/network.h')
-rw-r--r--src/net/eathena/network.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/eathena/network.h b/src/net/eathena/network.h
index acfb9dd59..b393f17d8 100644
--- a/src/net/eathena/network.h
+++ b/src/net/eathena/network.h
@@ -54,14 +54,14 @@ class Network final : public Ea::Network
void dispatchMessages();
+ void registerHandlers();
+
static Network *mInstance;
protected:
friend class MessageOut;
static Network *instance() A_WARN_UNUSED;
-
- MessageHandler **mMessageHandlers;
};
} // namespace EAthena