aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/surface.h
diff options
context:
space:
mode:
authorMartin Kiewitz2015-06-09 23:22:52 +0200
committerWillem Jan Palenstijn2015-06-10 07:14:15 +0200
commit6aaee559dc7f26240678421043baa865608b7d58 (patch)
treeb8ca18ff884e5a30c6083c88f60f6f0a515aadef /engines/sherlock/surface.h
parent866d7a27d8b0ea28a533f75774dd9ee16c288d38 (diff)
downloadscummvm-rg350-6aaee559dc7f26240678421043baa865608b7d58.tar.gz
scummvm-rg350-6aaee559dc7f26240678421043baa865608b7d58.tar.bz2
scummvm-rg350-6aaee559dc7f26240678421043baa865608b7d58.zip
SHERLOCK: 3DO intro: implement fade from white
Diffstat (limited to 'engines/sherlock/surface.h')
-rw-r--r--engines/sherlock/surface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sherlock/surface.h b/engines/sherlock/surface.h
index 68108a6c16..dc2ba7b1d5 100644
--- a/engines/sherlock/surface.h
+++ b/engines/sherlock/surface.h
@@ -139,6 +139,8 @@ public:
*/
void fillRect(const Common::Rect &r, byte color);
+ void fill(uint16 color);
+
void maskArea(const ImageFrame &src, const Common::Point &pt, int scrollX);
/**