summaryrefslogtreecommitdiff
path: root/src/net/tmwa/itemhandler.h
diff options
context:
space:
mode:
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();