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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/itemhandler.h b/src/net/tmwa/itemhandler.h
index 99de07414..d8debe7e4 100644
--- a/src/net/tmwa/itemhandler.h
+++ b/src/net/tmwa/itemhandler.h
@@ -41,6 +41,8 @@ class ItemHandler final : public MessageHandler, public Ea::ItemHandler
protected:
static void processItemDropped(Net::MessageIn &msg);
+
+ static void processItemVisible(Net::MessageIn &msg);
};
} // namespace TmwAthena