diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-09-20 11:25:26 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-09-20 11:25:26 -0400 |
commit | 8720f1f253b55fa5233626dd854671a5925d65de (patch) | |
tree | 8f6017a662288d65e5265a730a347301e596e81a /include/inventory.hpp | |
parent | f7ec6aff4a7312586e986c891f370c442a6ae093 (diff) |
inventory remembers slot positions
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); |