diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-06 03:22:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-06 03:22:03 +0300 |
commit | fe4bd9d594ae6c305c9c51a32fca503dbb2e0771 (patch) | |
tree | e0793ac44f6fc596f3a8a7ca1342d65c2e24953b /src/net/tmwa/inventoryrecv.h | |
parent | 2b019f52da91cb37c00dfa34be6dd3e99e459d47 (diff) | |
download | plus-fe4bd9d594ae6c305c9c51a32fca503dbb2e0771.tar.gz plus-fe4bd9d594ae6c305c9c51a32fca503dbb2e0771.tar.bz2 plus-fe4bd9d594ae6c305c9c51a32fca503dbb2e0771.tar.xz plus-fe4bd9d594ae6c305c9c51a32fca503dbb2e0771.zip |
Move InventoryRecv::getSlot form ea namespace into tmwa and eathena.
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 |