aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game_manager.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-20 21:51:44 -0400
committerPaul Gilbert2016-07-20 21:51:44 -0400
commit0ed7b463e885e499f2603b6bd3e49929c45af84a (patch)
treeeceb97e1367290a80065ddaf8c42eda060b7b825 /engines/titanic/game_manager.h
parent2db54279e95da5b3ed72b02fe840648b2ce3accd (diff)
downloadscummvm-rg350-0ed7b463e885e499f2603b6bd3e49929c45af84a.tar.gz
scummvm-rg350-0ed7b463e885e499f2603b6bd3e49929c45af84a.tar.bz2
scummvm-rg350-0ed7b463e885e499f2603b6bd3e49929c45af84a.zip
TITANIC: Fixes for saving & loading savegames
Diffstat (limited to 'engines/titanic/game_manager.h')
-rw-r--r--engines/titanic/game_manager.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/game_manager.h b/engines/titanic/game_manager.h
index 179e6cde14..129ce6b175 100644
--- a/engines/titanic/game_manager.h
+++ b/engines/titanic/game_manager.h
@@ -82,6 +82,11 @@ public:
~CGameManager();
/**
+ * Save data to a save file
+ */
+ void save(SimpleFile *file);
+
+ /**
* Load data from a save file
*/
void load(SimpleFile *file);