diff options
Diffstat (limited to 'include/inventory.hpp')
-rw-r--r-- | include/inventory.hpp | 1 |
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); |