aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/macventure.h
diff options
context:
space:
mode:
authorBorja Lorente2016-06-25 22:21:26 +0200
committerBorja Lorente2016-08-14 18:40:24 +0200
commit45a2aa94b9e79bfe1e384d1240018abdc8df8f84 (patch)
tree1e70b95449cd2585213a99db138b6ef7e3b32f5a /engines/macventure/macventure.h
parent4837b7750a5494f7002f8f7c5d47ba44621dd425 (diff)
downloadscummvm-rg350-45a2aa94b9e79bfe1e384d1240018abdc8df8f84.tar.gz
scummvm-rg350-45a2aa94b9e79bfe1e384d1240018abdc8df8f84.tar.bz2
scummvm-rg350-45a2aa94b9e79bfe1e384d1240018abdc8df8f84.zip
MACVENTURE: Fix rect collission
Diffstat (limited to 'engines/macventure/macventure.h')
-rw-r--r--engines/macventure/macventure.h2
1 files changed, 2 insertions, 0 deletions
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);