From fe4bd9d594ae6c305c9c51a32fca503dbb2e0771 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 6 Mar 2016 03:22:03 +0300 Subject: Move InventoryRecv::getSlot form ea namespace into tmwa and eathena. --- src/net/tmwa/inventoryrecv.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/net/tmwa/inventoryrecv.h') diff --git a/src/net/tmwa/inventoryrecv.h b/src/net/tmwa/inventoryrecv.h index 1e15d0a19..4408e00d3 100644 --- a/src/net/tmwa/inventoryrecv.h +++ b/src/net/tmwa/inventoryrecv.h @@ -23,6 +23,8 @@ #ifndef NET_TMWA_INVENTORYRECV_H #define NET_TMWA_INVENTORYRECV_H +#include "localconsts.h" + namespace Net { class MessageIn; @@ -42,6 +44,8 @@ namespace TmwAthena void processPlayerStorageAdd(Net::MessageIn &msg); void processPlayerStorageRemove(Net::MessageIn &msg); void processPlayerInventoryRemove(Net::MessageIn &msg); + + int getSlot(const int eAthenaSlot) A_WARN_UNUSED; } // namespace InventoryRecv } // namespace TmwAthena -- cgit v1.2.3-60-g2f50