summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryrecv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/inventoryrecv.h')
-rw-r--r--src/net/eathena/inventoryrecv.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/inventoryrecv.h b/src/net/eathena/inventoryrecv.h
index 37e52a8fe..28037063a 100644
--- a/src/net/eathena/inventoryrecv.h
+++ b/src/net/eathena/inventoryrecv.h
@@ -85,11 +85,17 @@ namespace EAthena
void processInventoryEnd2(Net::MessageIn &msg);
void processPlayerCombinedInventory1(Net::MessageIn &msg);
void processPlayerCombinedInventory2(Net::MessageIn &msg);
+ void processPlayerCombinedEquipment1(Net::MessageIn &msg);
+ void processPlayerCombinedEquipment2(Net::MessageIn &msg);
int getSlot(const int eAthenaSlot) A_WARN_UNUSED;
void processInventoryContinue(Net::MessageIn &msg,
const int len,
const NetInventoryTypeT invType);
+ void processEquipmentContinue(Net::MessageIn &msg,
+ const int len,
+ const NetInventoryTypeT invType
+ A_UNUSED);
} // namespace InventoryRecv
} // namespace EAthena