aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/graphics.h')
-rw-r--r--engines/sherlock/graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sherlock/graphics.h b/engines/sherlock/graphics.h
index 0536c016bf..b33495a2b9 100644
--- a/engines/sherlock/graphics.h
+++ b/engines/sherlock/graphics.h
@@ -47,6 +47,7 @@ public:
bool flipped = false, int overrideColor = 0);
void fillRect(int x1, int y1, int x2, int y2, byte color);
+ void fillRect(const Common::Rect &r, byte color);
Surface getSubArea(const Common::Rect &r);
};