summaryrefslogtreecommitdiff
path: root/src/net/tmwa/maphandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-01-26 00:09:51 +0300
committerAndrei Karas <akaras@inbox.ru>2019-01-26 00:09:51 +0300
commitb6d97f404432d9cf6c84538c4d5f6f14e078ade3 (patch)
tree10339eb71797c794fa6ebd5e6371d1bb1494353a /src/net/tmwa/maphandler.h
parent4e2ceec09d767063ade469e6cb810a06d1e6249d (diff)
downloadplus-b6d97f404432d9cf6c84538c4d5f6f14e078ade3.tar.gz
plus-b6d97f404432d9cf6c84538c4d5f6f14e078ade3.tar.bz2
plus-b6d97f404432d9cf6c84538c4d5f6f14e078ade3.tar.xz
plus-b6d97f404432d9cf6c84538c4d5f6f14e078ade3.zip
Add packet CMSG_CAMERA_INFO 0x0a77
Diffstat (limited to 'src/net/tmwa/maphandler.h')
-rw-r--r--src/net/tmwa/maphandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/tmwa/maphandler.h b/src/net/tmwa/maphandler.h
index dfc76e7c6..62aacc7a5 100644
--- a/src/net/tmwa/maphandler.h
+++ b/src/net/tmwa/maphandler.h
@@ -38,6 +38,11 @@ class MapHandler final : public Net::MapHandler
void blockPlayCancel() const override final;
void destroyInstance() const override final;
+
+ void camera(int action,
+ float range,
+ float rotation,
+ float latitude) const override final;
};
} // namespace TmwAthena