summaryrefslogtreecommitdiff
path: root/src/net/ea/maphandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/maphandler.h')
-rw-r--r--src/net/ea/maphandler.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/net/ea/maphandler.h b/src/net/ea/maphandler.h
index d4ccdbe2..205ee18d 100644
--- a/src/net/ea/maphandler.h
+++ b/src/net/ea/maphandler.h
@@ -26,6 +26,8 @@
#include "net/messagehandler.h"
#include "net/net.h"
+namespace EAthena {
+
class MapHandler : public MessageHandler, public Net::MapHandler
{
public:
@@ -44,6 +46,6 @@ class MapHandler : public MessageHandler, public Net::MapHandler
void ping(int tick);
};
-extern MapHandler *mapHandler;
+} // namespace EAthena
#endif // NET_EA_MAPHANDLER_H