aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/image.h')
-rw-r--r--engines/macventure/image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/macventure/image.h b/engines/macventure/image.h
index eb52da83ad..0a3ea50ef1 100644
--- a/engines/macventure/image.h
+++ b/engines/macventure/image.h
@@ -59,6 +59,8 @@ public:
void blitInto(Graphics::ManagedSurface *target, uint32 x, uint32 y, BlitMode mode);
+ bool isPointInside(Common::Point myPos, Common::Point click);
+
private:
void decodePPIC(ObjID id, Common::Array<byte> &data);