From 643e94897ba5fab0570d118a7aafc7772949d4e3 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 5 Sep 2017 12:54:48 -0400 Subject: saving inventory --- include/inventory.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/inventory.hpp') 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_ -- cgit v1.2.3