aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/image.h
diff options
context:
space:
mode:
authorBorja Lorente2016-06-25 20:45:53 +0200
committerBorja Lorente2016-08-14 18:39:27 +0200
commit4837b7750a5494f7002f8f7c5d47ba44621dd425 (patch)
tree6bede815159a671a94d9a71dea9e30c78152e3dd /engines/macventure/image.h
parent25f086e63b2b007ba03a47dcdab2426369edf01f (diff)
downloadscummvm-rg350-4837b7750a5494f7002f8f7c5d47ba44621dd425.tar.gz
scummvm-rg350-4837b7750a5494f7002f8f7c5d47ba44621dd425.tar.bz2
scummvm-rg350-4837b7750a5494f7002f8f7c5d47ba44621dd425.zip
MACVENTURE: Add rect collission for main game window
Diffstat (limited to 'engines/macventure/image.h')
-rw-r--r--engines/macventure/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/macventure/image.h b/engines/macventure/image.h
index 9538d0cbb6..5cbe146055 100644
--- a/engines/macventure/image.h
+++ b/engines/macventure/image.h
@@ -61,6 +61,7 @@ public:
void blitInto(Graphics::ManagedSurface *target, uint32 x, uint32 y, BlitMode mode);
bool isPointInside(Common::Point point);
+ bool isRectInside(Common::Rect rect);
uint getWidth();
uint getHeight();