From 45a2aa94b9e79bfe1e384d1240018abdc8df8f84 Mon Sep 17 00:00:00 2001 From: Borja Lorente Date: Sat, 25 Jun 2016 22:21:26 +0200 Subject: MACVENTURE: Fix rect collission --- engines/macventure/macventure.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/macventure/macventure.h') diff --git a/engines/macventure/macventure.h b/engines/macventure/macventure.h index 891fdb5ad6..c63864de20 100644 --- a/engines/macventure/macventure.h +++ b/engines/macventure/macventure.h @@ -204,6 +204,8 @@ public: bool isObjVisible(ObjID objID); bool isObjClickable(ObjID objID); bool isObjSelected(ObjID objID); + bool isObjExit(ObjID objID); + Common::Point getObjExitPosition(ObjID objID); // Encapsulation HACK Common::Rect getObjBounds(ObjID objID); -- cgit v1.2.3