aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/screen.h')
-rw-r--r--engines/mads/screen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/mads/screen.h b/engines/mads/screen.h
index ba01cbc468..4ad5820d14 100644
--- a/engines/mads/screen.h
+++ b/engines/mads/screen.h
@@ -189,6 +189,11 @@ public:
* @param active Whether to set item as active or not
*/
void setActive(ScrCategory category, int descId, bool active);
+
+ /**
+ * Synchronize the data
+ */
+ void synchronize(Common::Serializer &s);
};
class ScreenSurface : public MSurface {