aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics/screen.h')
-rw-r--r--engines/sci/graphics/screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/graphics/screen.h b/engines/sci/graphics/screen.h
index ba8d906631..881025cec0 100644
--- a/engines/sci/graphics/screen.h
+++ b/engines/sci/graphics/screen.h
@@ -57,6 +57,7 @@ public:
void copyFromScreen(byte *buffer);
void syncWithFramebuffer();
void copyRectToScreen(const Common::Rect &rect);
+ void copyDisplayRectToScreen(const Common::Rect &rect);
void copyRectToScreen(const Common::Rect &rect, int16 x, int16 y);
byte getDrawingMask(byte color, byte prio, byte control);