aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/graphics.h
diff options
context:
space:
mode:
authorBastien Bouclet2010-12-12 18:41:15 +0000
committerBastien Bouclet2010-12-12 18:41:15 +0000
commitc6887d0404a6f129f7e02ac24884786ccd5f035b (patch)
tree003ab7176c11517abcb6dcd82c6aa720156b4ec0 /engines/mohawk/graphics.h
parentd19d9991b24c0277cb8fe8a0049a4d70ce92ce76 (diff)
downloadscummvm-rg350-c6887d0404a6f129f7e02ac24884786ccd5f035b.tar.gz
scummvm-rg350-c6887d0404a6f129f7e02ac24884786ccd5f035b.tar.bz2
scummvm-rg350-c6887d0404a6f129f7e02ac24884786ccd5f035b.zip
MOHAWK: Implement Myst opcodes 106, 108 and 202 : tower rotation
svn-id: r54883
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 e872291d4d..f027f98d9f 100644
--- a/engines/mohawk/graphics.h
+++ b/engines/mohawk/graphics.h
@@ -115,6 +115,7 @@ public:
void updateScreen();
void runTransition(uint16 type, Common::Rect rect, uint16 steps, uint16 delay);
void drawRect(Common::Rect rect, RectState state);
+ void drawLine(const Common::Point &p1, const Common::Point &p2, uint32 color);
protected:
MohawkSurface *decodeImage(uint16 id);