diff options
Diffstat (limited to 'engines/mads/game_data.h')
-rw-r--r-- | engines/mads/game_data.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/mads/game_data.h b/engines/mads/game_data.h index 8b31e5260c..1a8791e815 100644 --- a/engines/mads/game_data.h +++ b/engines/mads/game_data.h @@ -47,6 +47,11 @@ public: * Adds a scene Id to the list of previously visited scenes, if it doesn't already exist */ void add(int sceneId); + + /** + * Synchronizes the list + */ + void synchronize(Common::Serializer &s); }; class SectionHandler { |