aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/surface.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-15 20:44:12 -0400
committerPaul Gilbert2015-05-15 20:44:12 -0400
commit95ce29ac7470435dbec167df526cf4ff38fc8805 (patch)
treee93adbd670b9a0cd86b7ee5e1ac77c0fd907b891 /engines/sherlock/surface.h
parent62ce7a9c839f82121c14ce8357d107bc1ba70244 (diff)
downloadscummvm-rg350-95ce29ac7470435dbec167df526cf4ff38fc8805.tar.gz
scummvm-rg350-95ce29ac7470435dbec167df526cf4ff38fc8805.tar.bz2
scummvm-rg350-95ce29ac7470435dbec167df526cf4ff38fc8805.zip
SHERLOCK: Fix random pixel transitions, and make it the default fade style
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 d4a1584968..b2a759aa8d 100644
--- a/engines/sherlock/surface.h
+++ b/engines/sherlock/surface.h
@@ -53,6 +53,8 @@ public:
void fillRect(int x1, int y1, int x2, int y2, byte color);
void fillRect(const Common::Rect &r, byte color);
+
+ void clear();
};
} // End of namespace Sherlock