summaryrefslogtreecommitdiff
path: root/src/net/tmwa/itemhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-07-31 00:22:00 +0300
committerAndrei Karas <akaras@inbox.ru>2011-07-31 00:46:41 +0300
commita92b5477c30f6c8de99fa4edb18af1593024dd8b (patch)
tree70aafb5484d00377fa9886bf169109c24154494e /src/net/tmwa/itemhandler.h
parente6c5a9106004297abd0c593a752303aa071d6659 (diff)
downloadplus-a92b5477c30f6c8de99fa4edb18af1593024dd8b.tar.gz
plus-a92b5477c30f6c8de99fa4edb18af1593024dd8b.tar.bz2
plus-a92b5477c30f6c8de99fa4edb18af1593024dd8b.tar.xz
plus-a92b5477c30f6c8de99fa4edb18af1593024dd8b.zip
Extract shared logic from itemhandler netcode to ea namespace.
Diffstat (limited to 'src/net/tmwa/itemhandler.h')
-rw-r--r--src/net/tmwa/itemhandler.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/net/tmwa/itemhandler.h b/src/net/tmwa/itemhandler.h
index bd0de9890..3e948547e 100644
--- a/src/net/tmwa/itemhandler.h
+++ b/src/net/tmwa/itemhandler.h
@@ -25,10 +25,12 @@
#include "net/tmwa/messagehandler.h"
+#include "net/ea/itemhandler.h"
+
namespace TmwAthena
{
-class ItemHandler : public MessageHandler
+class ItemHandler : public MessageHandler, public Ea::ItemHandler
{
public:
ItemHandler();