aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/saves.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/saves.h')
-rw-r--r--engines/xeen/saves.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/xeen/saves.h b/engines/xeen/saves.h
index 8f112f689e..2571c46600 100644
--- a/engines/xeen/saves.h
+++ b/engines/xeen/saves.h
@@ -64,6 +64,9 @@ private:
void load(Common::SeekableReadStream *stream);
public:
+ /**
+ * Synchronizes a boolean array as a bitfield set
+ */
static void syncBitFlags(Common::Serializer &s, bool *startP, bool *endP);
public:
bool _wonWorld;
@@ -73,6 +76,9 @@ public:
~SavesManager();
+ /**
+ * Sets up the dynamic data for the game for a new game
+ */
void reset();
void readCharFile();