diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2017-09-05 12:54:48 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2017-09-05 12:54:48 -0400 |
commit | 643e94897ba5fab0570d118a7aafc7772949d4e3 (patch) | |
tree | 0c9580cccee3bba95664eddef37572f496573cc3 /include/inventory.hpp | |
parent | b1f93a4f8a5a3e84db9f00d0b41749d4fb32ed26 (diff) |
saving inventory
Diffstat (limited to 'include/inventory.hpp')
-rw-r--r-- | include/inventory.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/inventory.hpp b/include/inventory.hpp index 448e27f..f340a24 100644 --- a/include/inventory.hpp +++ b/include/inventory.hpp @@ -124,6 +124,9 @@ public: static inline Item* getItem(const std::string& s) { return &itemList[s]; } + + static bool save(void); + static void load(void); }; #endif // INVENTORY_HPP_ |