aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/graphics.h
diff options
context:
space:
mode:
authorMatthew Hoops2010-09-09 17:27:02 +0000
committerMatthew Hoops2010-09-09 17:27:02 +0000
commit30080c7e070aa06fa1fb795db90392d85351a62c (patch)
tree7c1d518e955a3da3195cba0c9c6d4034d8edbcc1 /engines/mohawk/graphics.h
parent746a1c56144e0d4e608244ac19e6774fd4de3933 (diff)
downloadscummvm-rg350-30080c7e070aa06fa1fb795db90392d85351a62c.tar.gz
scummvm-rg350-30080c7e070aa06fa1fb795db90392d85351a62c.tar.bz2
scummvm-rg350-30080c7e070aa06fa1fb795db90392d85351a62c.zip
MOHAWK: Add initial work on the Riven marble puzzle
The marbles are currently drawn, and you can pick them up, but you can not place them on the grid yet. svn-id: r52661
Diffstat (limited to 'engines/mohawk/graphics.h')
-rw-r--r--engines/mohawk/graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/graphics.h b/engines/mohawk/graphics.h
index 5271c86d0d..9419aad277 100644
--- a/engines/mohawk/graphics.h
+++ b/engines/mohawk/graphics.h
@@ -150,6 +150,7 @@ public:
void drawPLST(uint16 x);
void drawRect(Common::Rect rect, bool active);
void drawImageRect(uint16 id, Common::Rect srcRect, Common::Rect dstRect);
+ void drawExtrasImage(uint16 id, Common::Rect dstRect);
// Water Effect
void scheduleWaterEffect(uint16);