From 8b9faf7de563b5c3a00cc9935eccb5e60b816632 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 29 Aug 2014 21:03:11 -0400 Subject: ACCESS: Add synchronize method for savegames --- engines/access/data.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/access/data.h') diff --git a/engines/access/data.h b/engines/access/data.h index 1d64a6ff86..3b3485e459 100644 --- a/engines/access/data.h +++ b/engines/access/data.h @@ -26,6 +26,7 @@ #include "common/scummsys.h" #include "common/array.h" #include "common/rect.h" +#include "common/serializer.h" #include "common/types.h" #include "graphics/surface.h" #include "access/files.h" @@ -74,6 +75,11 @@ public: * Update the timer list */ void updateTimers(); + + /** + * Synchronize savegame data + */ + void synchronize(Common::Serializer &s); }; class ExtraCell { -- cgit v1.2.3