diff options
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/inventory.h b/src/inventory.h index 5fe92a84f..e20010c23 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -172,6 +172,10 @@ class Inventory final void resize(const unsigned int newSize); + int findIndexByTag(const int tag) const; + + void addVirtualItem(const Item *const item); + protected: typedef std::list<InventoryListener*> InventoryListenerList; InventoryListenerList mInventoryListeners; |