summaryrefslogtreecommitdiff
path: root/src/net/tmwa/inventoryrecv.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-08-06 21:13:56 +0300
committerAndrei Karas <akaras@inbox.ru>2018-08-06 21:13:56 +0300
commit3b5390eee9c3e031867d3acfce574f1993d46b76 (patch)
tree733dc11695c0a71e4725f97b28222cf9eaf435d3 /src/net/tmwa/inventoryrecv.h
parent1604ad0c8bd2d770f350cf88e469b4c810b6457f (diff)
downloadManaVerse-3b5390eee9c3e031867d3acfce574f1993d46b76.tar.gz
ManaVerse-3b5390eee9c3e031867d3acfce574f1993d46b76.tar.bz2
ManaVerse-3b5390eee9c3e031867d3acfce574f1993d46b76.tar.xz
ManaVerse-3b5390eee9c3e031867d3acfce574f1993d46b76.zip
Move InventoryRecv::processPlayerInventoryUse from ea namespace into tmwa and eathena.
Diffstat (limited to 'src/net/tmwa/inventoryrecv.h')
-rw-r--r--src/net/tmwa/inventoryrecv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/tmwa/inventoryrecv.h b/src/net/tmwa/inventoryrecv.h
index da1d6bda9..bf3db3681 100644
--- a/src/net/tmwa/inventoryrecv.h
+++ b/src/net/tmwa/inventoryrecv.h
@@ -44,6 +44,7 @@ namespace TmwAthena
void processPlayerStorageAdd(Net::MessageIn &msg);
void processPlayerStorageRemove(Net::MessageIn &msg);
void processPlayerInventoryRemove(Net::MessageIn &msg);
+ void processPlayerInventoryUse(Net::MessageIn &msg);
int getSlot(const int eAthenaSlot) A_WARN_UNUSED;
} // namespace InventoryRecv