aboutsummaryrefslogtreecommitdiff
path: root/src/base_tab/gamebase/GameBase.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base_tab/gamebase/GameBase.hpp')
-rw-r--r--src/base_tab/gamebase/GameBase.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/base_tab/gamebase/GameBase.hpp b/src/base_tab/gamebase/GameBase.hpp
index b84047b..1ef5f59 100644
--- a/src/base_tab/gamebase/GameBase.hpp
+++ b/src/base_tab/gamebase/GameBase.hpp
@@ -43,4 +43,5 @@ std::shared_ptr<GameBase> OpenDatabase(const std::string &dbpath, bool createIfN
* @param id
* @return std::shared_ptr<Game>
*/
-std::shared_ptr<Game> OpenGameX(const std::string &dbpath, long id); \ No newline at end of file
+std::shared_ptr<Game> OpenGameX(const std::string &dbpath, long id);
+void SaveGame(const std::string &dbpath, std::shared_ptr<Game> g); \ No newline at end of file