summaryrefslogtreecommitdiff
path: root/src/net/tmwa/inventoryhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/inventoryhandler.h')
-rw-r--r--src/net/tmwa/inventoryhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/inventoryhandler.h b/src/net/tmwa/inventoryhandler.h
index b19e388ac..09e6f1027 100644
--- a/src/net/tmwa/inventoryhandler.h
+++ b/src/net/tmwa/inventoryhandler.h
@@ -58,6 +58,8 @@ class InventoryHandler final : public MessageHandler,
const int amount,
const int destination) const override final;
+ void useCard(const int index) const override final;
+
protected:
void processPlayerEquipment(Net::MessageIn &msg);