aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/graphics.h
diff options
context:
space:
mode:
authorBastien Bouclet2011-08-13 20:18:23 +0200
committerBastien Bouclet2011-08-13 20:22:27 +0200
commit0bbd43eb3217bb04184ba9e1b27e43424a899c89 (patch)
treebc39cd62290bc4a0c56329a7ed04317d0dc6fd6c /engines/mohawk/graphics.h
parent0e8840568bed09c8baa670f079a6fe438fffad56 (diff)
downloadscummvm-rg350-0bbd43eb3217bb04184ba9e1b27e43424a899c89.tar.gz
scummvm-rg350-0bbd43eb3217bb04184ba9e1b27e43424a899c89.tar.bz2
scummvm-rg350-0bbd43eb3217bb04184ba9e1b27e43424a899c89.zip
MOHAWK: Implement Myst demo opcodes 298 and 299, sneak preview speech.
Diffstat (limited to 'engines/mohawk/graphics.h')
-rw-r--r--engines/mohawk/graphics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mohawk/graphics.h b/engines/mohawk/graphics.h
index d7057f48cf..c5ce016f0a 100644
--- a/engines/mohawk/graphics.h
+++ b/engines/mohawk/graphics.h
@@ -129,6 +129,8 @@ public:
void drawRect(Common::Rect rect, RectState state);
void drawLine(const Common::Point &p1, const Common::Point &p2, uint32 color);
void enableDrawingTimeSimulation(bool enable);
+ void fadeToBlack();
+ void fadeFromBlack();
protected:
MohawkSurface *decodeImage(uint16 id);