diff options
Diffstat (limited to 'src/net/tmwa/maphandler.cpp')
-rw-r--r-- | src/net/tmwa/maphandler.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/tmwa/maphandler.cpp b/src/net/tmwa/maphandler.cpp index 655e4a676..81afd740c 100644 --- a/src/net/tmwa/maphandler.cpp +++ b/src/net/tmwa/maphandler.cpp @@ -44,4 +44,11 @@ void MapHandler::destroyInstance() const { } +void MapHandler::camera(int action A_UNUSED, + float range A_UNUSED, + float rotation A_UNUSED, + float latitude A_UNUSED) const +{ +} + } // namespace TmwAthena |