summaryrefslogtreecommitdiff
path: root/src/net/ea/gamehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/gamehandler.h')
-rw-r--r--src/net/ea/gamehandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/ea/gamehandler.h b/src/net/ea/gamehandler.h
index d8adeeaf..0095ada3 100644
--- a/src/net/ea/gamehandler.h
+++ b/src/net/ea/gamehandler.h
@@ -23,10 +23,10 @@
#define NET_EA_MAPHANDLER_H
#include "net/gamehandler.h"
-#include "net/messagehandler.h"
#include "net/net.h"
#include "net/serverinfo.h"
+#include "net/ea/messagehandler.h"
#include "net/ea/token.h"
namespace EAthena {
@@ -36,7 +36,7 @@ class GameHandler : public MessageHandler, public Net::GameHandler
public:
GameHandler();
- void handleMessage(MessageIn &msg);
+ void handleMessage(Net::MessageIn &msg);
void connect();