diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-06-09 08:29:18 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-06-09 08:29:18 -0400 |
commit | 22882f01ed537cae28b2ce80b86264a9c9c52b00 (patch) | |
tree | 553dea987d50668b05181a6ed9abd0d0adf7cc30 /include/brice.hpp | |
parent | 6882786999581e2280c870249ae448c744767e73 (diff) |
proper game resetting
Diffstat (limited to 'include/brice.hpp')
-rw-r--r-- | include/brice.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/brice.hpp b/include/brice.hpp index 5f82fec..dc3ea96 100644 --- a/include/brice.hpp +++ b/include/brice.hpp @@ -11,6 +11,7 @@ namespace game { bool setValue(const std::string& id, const std::string& value); + void briceClear(void); void briceSave(void); void briceLoad(void); |