summaryrefslogtreecommitdiff
path: root/src/net/eathena/gamehandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-01 00:42:35 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 01:18:54 +0300
commited5325ebc95fd9d954730a27c0e57be35bc5d3d0 (patch)
treed08c494813e4ce6537010aea1263fdda71cdc234 /src/net/eathena/gamehandler.h
parenta232b6c9ae2315c4658a0de6ba0fc779d4606fdd (diff)
downloadManaVerse-ed5325ebc95fd9d954730a27c0e57be35bc5d3d0.tar.gz
ManaVerse-ed5325ebc95fd9d954730a27c0e57be35bc5d3d0.tar.bz2
ManaVerse-ed5325ebc95fd9d954730a27c0e57be35bc5d3d0.tar.xz
ManaVerse-ed5325ebc95fd9d954730a27c0e57be35bc5d3d0.zip
Move processMapLogin from ea to tmwa and eathena namespaces.
Diffstat (limited to 'src/net/eathena/gamehandler.h')
-rw-r--r--src/net/eathena/gamehandler.h3
1 files changed, 3 insertions, 0 deletions
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