aboutsummaryrefslogtreecommitdiffstats
path: root/include/inventory.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2017-09-20 11:25:26 -0400
committerClyne Sullivan <tullivan99@gmail.com>2017-09-20 11:25:26 -0400
commit8720f1f253b55fa5233626dd854671a5925d65de (patch)
tree8f6017a662288d65e5265a730a347301e596e81a /include/inventory.hpp
parentf7ec6aff4a7312586e986c891f370c442a6ae093 (diff)
inventory remembers slot positions
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);