aboutsummaryrefslogtreecommitdiffstats
path: root/include/inventory.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/inventory.hpp')
-rw-r--r--include/inventory.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inventory.hpp b/include/inventory.hpp
index f340a24..f8581cc 100644
--- a/include/inventory.hpp
+++ b/include/inventory.hpp
@@ -91,6 +91,7 @@ private:
static bool fullInventory;
static void loadItems(void);
+ static void add(const std::string& name, int count, int slot);
public:
InventorySystem(int size = 20);