aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/screen.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-05-28 19:59:03 -0400
committerPaul Gilbert2015-05-28 19:59:03 -0400
commit88d245814314b9e452d02ce8ce8e2aa89bc3ecea (patch)
tree10dda8b10cd4f6b31355b0b5f339355693f2f2f8 /engines/sherlock/screen.h
parentf4902b516ec8486338b777354809171112671e5b (diff)
downloadscummvm-rg350-88d245814314b9e452d02ce8ce8e2aa89bc3ecea.tar.gz
scummvm-rg350-88d245814314b9e452d02ce8ce8e2aa89bc3ecea.tar.bz2
scummvm-rg350-88d245814314b9e452d02ce8ce8e2aa89bc3ecea.zip
SHERLOCK: Implement additions to updateBackground, some method stubs
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
*/