aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/hotspots.h
diff options
context:
space:
mode:
authorStrangerke2015-10-20 14:07:26 +0200
committerStrangerke2015-10-20 14:07:26 +0200
commite2d86c32489a318327778f3626b2dbe1a1d2a067 (patch)
tree8d0153e76d9296e7ec7b31b491f79cb2e1cf7e7c /engines/mads/hotspots.h
parent340016f423f8f8982a70496d9b00aea244d18ce8 (diff)
downloadscummvm-rg350-e2d86c32489a318327778f3626b2dbe1a1d2a067.tar.gz
scummvm-rg350-e2d86c32489a318327778f3626b2dbe1a1d2a067.tar.bz2
scummvm-rg350-e2d86c32489a318327778f3626b2dbe1a1d2a067.zip
MADS: Phantom: Implement scene 113, some renaming
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 12b7e99602..faabd44208 100644
--- a/engines/mads/hotspots.h
+++ b/engines/mads/hotspots.h
@@ -124,6 +124,12 @@ public:
* Sets the active state of a given hotspot
*/
void activate(int vocabId, bool active);
+
+ /**
+ * Sets the active state of a given hotspot if it includes a given position
+ */
+ void activateAtPos(int vocabId, bool active, Common::Point pos);
+
};
} // End of namespace MADS