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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/mads/hotspots.h b/engines/mads/hotspots.h
index 5fd910e1aa..f9334eace8 100644
--- a/engines/mads/hotspots.h
+++ b/engines/mads/hotspots.h
@@ -77,6 +77,12 @@ public:
void refresh();
/**
+ * Get an active dynamic hotspot
+ * @param index Active index
+ */
+ DynamicHotspot &get(int index);
+
+ /**
* Synchronize the data
*/
void synchronize(Common::Serializer &s);