summaryrefslogtreecommitdiff
path: root/src/net/tmwa/npchandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-07-30 21:36:51 +0300
committerAndrei Karas <akaras@inbox.ru>2011-07-30 22:20:09 +0300
commitcfede1d7d50541cf64b191844d537cb55880ce09 (patch)
treecfdaba05d4951b7b3522d2ea6844bd3e99fb37fc /src/net/tmwa/npchandler.cpp
parent19738d5a2d5d96aef78e51da99061a22d7cf15bb (diff)
downloadManaVerse-cfede1d7d50541cf64b191844d537cb55880ce09.tar.gz
ManaVerse-cfede1d7d50541cf64b191844d537cb55880ce09.tar.bz2
ManaVerse-cfede1d7d50541cf64b191844d537cb55880ce09.tar.xz
ManaVerse-cfede1d7d50541cf64b191844d537cb55880ce09.zip
Extract shared logic from inventoryhandler netcode to ea namespace.
Diffstat (limited to 'src/net/tmwa/npchandler.cpp')
-rw-r--r--src/net/tmwa/npchandler.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/npchandler.cpp b/src/net/tmwa/npchandler.cpp
index 69b4b880a..9bcc640a1 100644
--- a/src/net/tmwa/npchandler.cpp
+++ b/src/net/tmwa/npchandler.cpp
@@ -34,6 +34,8 @@
#include "net/tmwa/protocol.h"
+#include "net/ea/eaprotocol.h"
+
#include <SDL_types.h>
#include "debug.h"