diff options
Diffstat (limited to 'src/net/tmwa/inventoryrecv.h')
-rw-r--r-- | src/net/tmwa/inventoryrecv.h | 1 |
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 |