aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/hotspots.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/hotspots.h')
-rw-r--r--engines/mads/hotspots.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/mads/hotspots.h b/engines/mads/hotspots.h
index 9e1cb44a4e..5fd910e1aa 100644
--- a/engines/mads/hotspots.h
+++ b/engines/mads/hotspots.h
@@ -43,7 +43,15 @@ public:
int _articleNumber;
CursorType _cursor;
+ /**
+ * Constructor
+ */
DynamicHotspot();
+
+ /**
+ * Synchronize the data
+ */
+ void synchronize(Common::Serializer &s);
};
#define DYNAMIC_HOTSPOTS_SIZE 8
@@ -67,6 +75,11 @@ public:
void clear();
void reset();
void refresh();
+
+ /**
+ * Synchronize the data
+ */
+ void synchronize(Common::Serializer &s);
};
class Hotspot {