From 88d245814314b9e452d02ce8ce8e2aa89bc3ecea Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 28 May 2015 19:59:03 -0400 Subject: SHERLOCK: Implement additions to updateBackground, some method stubs --- engines/sherlock/screen.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/sherlock/screen.h') 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 */ -- cgit v1.2.3