diff options
Diffstat (limited to 'src/net/tmwa/maphandler.h')
-rw-r--r-- | src/net/tmwa/maphandler.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/net/tmwa/maphandler.h b/src/net/tmwa/maphandler.h index f532c1bb6..c883dea09 100644 --- a/src/net/tmwa/maphandler.h +++ b/src/net/tmwa/maphandler.h @@ -25,21 +25,15 @@ #include "net/maphandler.h" -#include "net/tmwa/messagehandler.h" - namespace TmwAthena { -class MapHandler final : public MessageHandler, public Net::MapHandler +class MapHandler final : public Net::MapHandler { public: MapHandler(); A_DELETE_COPY(MapHandler) - - void handleMessage(Net::MessageIn &msg) override final; - - protected: }; } // namespace TmwAthena |