summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryrecv.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-06 03:22:03 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-06 03:22:03 +0300
commitfe4bd9d594ae6c305c9c51a32fca503dbb2e0771 (patch)
treee0793ac44f6fc596f3a8a7ca1342d65c2e24953b /src/net/eathena/inventoryrecv.h
parent2b019f52da91cb37c00dfa34be6dd3e99e459d47 (diff)
downloadplus-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/eathena/inventoryrecv.h')
-rw-r--r--src/net/eathena/inventoryrecv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/inventoryrecv.h b/src/net/eathena/inventoryrecv.h
index 2726f88f7..2050f2338 100644
--- a/src/net/eathena/inventoryrecv.h
+++ b/src/net/eathena/inventoryrecv.h
@@ -71,6 +71,8 @@ namespace EAthena
void processBindItem(Net::MessageIn &msg);
void processPlayerInventoryRemove(Net::MessageIn &msg);
void processSelectCart(Net::MessageIn &msg);
+
+ int getSlot(const int eAthenaSlot) A_WARN_UNUSED;
} // namespace InventoryRecv
} // namespace EAthena