diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-26 16:07:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-26 16:07:42 +0300 |
commit | 653447ca463eaf573e7123896155b538b8dec869 (patch) | |
tree | e42caca83d294891a06165b2b1feb2414641b6dc /src/net/eathena/gamehandler.h | |
parent | 6fd6deb1ba87ddf74bff15055421f2b434b96f85 (diff) | |
download | plus-653447ca463eaf573e7123896155b538b8dec869.tar.gz plus-653447ca463eaf573e7123896155b538b8dec869.tar.bz2 plus-653447ca463eaf573e7123896155b538b8dec869.tar.xz plus-653447ca463eaf573e7123896155b538b8dec869.zip |
Move receive code from gamehandler into separate file.
Diffstat (limited to 'src/net/eathena/gamehandler.h')
-rw-r--r-- | src/net/eathena/gamehandler.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/net/eathena/gamehandler.h b/src/net/eathena/gamehandler.h index 695800407..b740ff299 100644 --- a/src/net/eathena/gamehandler.h +++ b/src/net/eathena/gamehandler.h @@ -55,15 +55,6 @@ class GameHandler final : public MessageHandler, public Ea::GameHandler bool mustPing() const override final A_WARN_UNUSED { return true; } - - protected: - static void processMapAccountId(Net::MessageIn &msg); - - static void processMapLogin(Net::MessageIn &msg); - - static void processServerTick(Net::MessageIn &msg); - - static void processMapAuthRefuse(Net::MessageIn &msg); }; } // namespace EAthena |