summaryrefslogtreecommitdiff
path: root/src/net/tmwa/maphandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-02-12 01:53:13 +0300
committerAndrei Karas <akaras@inbox.ru>2019-02-12 01:53:13 +0300
commit6991434831679362687727ed152b3b06b6e671b9 (patch)
treee3f10f25254bce57d9e0f70880dccb78fc1373cb /src/net/tmwa/maphandler.h
parentbb23068616794bb6e581f5f2dde8332c7049fe7a (diff)
downloadplus-6991434831679362687727ed152b3b06b6e671b9.tar.gz
plus-6991434831679362687727ed152b3b06b6e671b9.tar.bz2
plus-6991434831679362687727ed152b3b06b6e671b9.tar.xz
plus-6991434831679362687727ed152b3b06b6e671b9.zip
Add packet CMSG_CLIENT_VERSION 0x044a
Diffstat (limited to 'src/net/tmwa/maphandler.h')
-rw-r--r--src/net/tmwa/maphandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/maphandler.h b/src/net/tmwa/maphandler.h
index 62aacc7a5..b1661e5b4 100644
--- a/src/net/tmwa/maphandler.h
+++ b/src/net/tmwa/maphandler.h
@@ -43,6 +43,8 @@ class MapHandler final : public Net::MapHandler
float range,
float rotation,
float latitude) const override final;
+
+ void clientVersion(const int version) const override final;
};
} // namespace TmwAthena