aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/surface.h
diff options
context:
space:
mode:
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);
/**