summaryrefslogtreecommitdiff
path: root/src/net/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/maphandler.h
parentbb23068616794bb6e581f5f2dde8332c7049fe7a (diff)
downloadManaVerse-6991434831679362687727ed152b3b06b6e671b9.tar.gz
ManaVerse-6991434831679362687727ed152b3b06b6e671b9.tar.bz2
ManaVerse-6991434831679362687727ed152b3b06b6e671b9.tar.xz
ManaVerse-6991434831679362687727ed152b3b06b6e671b9.zip
Add packet CMSG_CLIENT_VERSION 0x044a
Diffstat (limited to 'src/net/maphandler.h')
-rw-r--r--src/net/maphandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/maphandler.h b/src/net/maphandler.h
index 55197f364..75a22382d 100644
--- a/src/net/maphandler.h
+++ b/src/net/maphandler.h
@@ -45,6 +45,8 @@ class MapHandler notfinal
float range,
float rotation,
float latitude) const = 0;
+
+ virtual void clientVersion(const int version) const = 0;
};
} // namespace Net