diff options
Diffstat (limited to 'src/net/tmwa/inventoryrecv.h')
-rw-r--r-- | src/net/tmwa/inventoryrecv.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |