aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/graphics.h
diff options
context:
space:
mode:
authorBastien Bouclet2011-08-15 08:52:11 +0200
committerBastien Bouclet2011-08-27 17:09:11 +0200
commit3ca0b304cf29f12d5fb3cadccb18689306d33ff8 (patch)
tree6bff6b40e1fe0782a38e656fefe4810c27b5ffc6 /engines/mohawk/graphics.h
parent5e174cbfe466dbbe8e5470b0a00de1481b986181 (diff)
downloadscummvm-rg350-3ca0b304cf29f12d5fb3cadccb18689306d33ff8.tar.gz
scummvm-rg350-3ca0b304cf29f12d5fb3cadccb18689306d33ff8.tar.bz2
scummvm-rg350-3ca0b304cf29f12d5fb3cadccb18689306d33ff8.zip
MOHAWK: Implement fading for Myst Demo
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 96357bbff1..463608a2aa 100644
--- a/engines/mohawk/graphics.h
+++ b/engines/mohawk/graphics.h
@@ -136,6 +136,7 @@ protected:
MohawkSurface *decodeImage(uint16 id);
MohawkEngine *getVM() { return (MohawkEngine *)_vm; }
void simulatePreviousDrawDelay(const Common::Rect &dest);
+ void copyBackBufferToScreenWithSaturation(int16 saturation);
private:
MohawkEngine_Myst *_vm;