From ed5325ebc95fd9d954730a27c0e57be35bc5d3d0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 1 Sep 2014 00:42:35 +0300 Subject: Move processMapLogin from ea to tmwa and eathena namespaces. --- src/net/eathena/gamehandler.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net/eathena/gamehandler.h') diff --git a/src/net/eathena/gamehandler.h b/src/net/eathena/gamehandler.h index 56af1979b..c6b222f0c 100644 --- a/src/net/eathena/gamehandler.h +++ b/src/net/eathena/gamehandler.h @@ -57,6 +57,9 @@ class GameHandler final : public MessageHandler, public Ea::GameHandler bool mustPing() const override final A_WARN_UNUSED { return true; } + + protected: + void processMapLogin(Net::MessageIn &msg) const; }; } // namespace EAthena -- cgit v1.2.3-60-g2f50