aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/screen.h')
-rw-r--r--engines/sherlock/screen.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sherlock/screen.h b/engines/sherlock/screen.h
index ae368cf633..949f9debf8 100644
--- a/engines/sherlock/screen.h
+++ b/engines/sherlock/screen.h
@@ -184,6 +184,9 @@ public:
void flushImage(ImageFrame *frame, const Common::Point &pt,
int16 *xp, int16 *yp, int16 *width, int16 *height);
+ void flushScaleImage(ImageFrame *frame, const Common::Point &pt,
+ int16 *xp, int16 *yp, int16 *width, int16 *height, int scaleVal);
+
/**
* Returns the width of a string in pixels
*/