aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/scene.h')
-rw-r--r--engines/sherlock/scene.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/sherlock/scene.h b/engines/sherlock/scene.h
index 98b29903c5..0fd3483756 100644
--- a/engines/sherlock/scene.h
+++ b/engines/sherlock/scene.h
@@ -265,6 +265,12 @@ public:
int findBgShape(const Common::Rect &r);
/**
+ * Attempts to find a background shape within the passed bounds. If found,
+ * it will return the shape number, or -1 on failure.
+ */
+ int findBgShape(const Common::Point &pt);
+
+ /**
* Checks to see if the given position in the scene belongs to a given zone type.
* If it is, the zone is activated and used just like a TAKL zone or aFLAG_SET zone.
*/