aboutsummaryrefslogtreecommitdiff
path: root/engines/voyeur/graphics.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-01-08 23:31:34 -0500
committerPaul Gilbert2014-01-08 23:31:34 -0500
commitdfe3d8b4ceab85f3831ad4fe7fb0fa587c1e67fa (patch)
tree260e35d31cd673798b45f6e88b31a2ed9bdbf4ff /engines/voyeur/graphics.h
parentd0703467b42d3636f3d81683efc3e336ab33052f (diff)
downloadscummvm-rg350-dfe3d8b4ceab85f3831ad4fe7fb0fa587c1e67fa.tar.gz
scummvm-rg350-dfe3d8b4ceab85f3831ad4fe7fb0fa587c1e67fa.tar.bz2
scummvm-rg350-dfe3d8b4ceab85f3831ad4fe7fb0fa587c1e67fa.zip
VOYEUR: Preliminary savegame functionality
Diffstat (limited to 'engines/voyeur/graphics.h')
-rw-r--r--engines/voyeur/graphics.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/voyeur/graphics.h b/engines/voyeur/graphics.h
index 970e814be2..ccc20e5df9 100644
--- a/engines/voyeur/graphics.h
+++ b/engines/voyeur/graphics.h
@@ -26,6 +26,7 @@
#include "common/scummsys.h"
#include "common/array.h"
#include "common/rect.h"
+#include "common/serializer.h"
#include "graphics/surface.h"
namespace Voyeur {
@@ -117,6 +118,11 @@ public:
void fadeUpICF1(int steps);
void fadeDownICF(int steps);
void drawDot();
+
+ /**
+ * Synchronizes the game data
+ */
+ void synchronize(Common::Serializer &s);
};
} // End of namespace Voyeur