summaryrefslogtreecommitdiff
path: root/src/net/eathena/maphandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/maphandler.h')
-rw-r--r--src/net/eathena/maphandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/maphandler.h b/src/net/eathena/maphandler.h
index e8457115e..52f50add4 100644
--- a/src/net/eathena/maphandler.h
+++ b/src/net/eathena/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 EAthena