summaryrefslogtreecommitdiff
path: root/src/inventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inventory.h')
-rw-r--r--src/inventory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/inventory.h b/src/inventory.h
index c09492e22..c40a9bd5b 100644
--- a/src/inventory.h
+++ b/src/inventory.h
@@ -50,6 +50,7 @@ class Inventory
{
INVENTORY = 0,
STORAGE,
+ CART,
TRADE,
TYPE_END
};
@@ -145,6 +146,8 @@ class Inventory
Item *findItemBySprite(std::string spritePath, Gender gender);
+ std::string getName();
+
protected:
typedef std::list<InventoryListener*> InventoryListenerList;
InventoryListenerList mInventoryListeners;