aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/draw.h')
-rw-r--r--engines/gob/draw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/draw.h b/engines/gob/draw.h
index 82b074fbee..8e973a8ee5 100644
--- a/engines/gob/draw.h
+++ b/engines/gob/draw.h
@@ -144,6 +144,7 @@ public:
void printTextCentered(int16 id, int16 left, int16 top, int16 right,
int16 bottom, char *str, int16 fontIndex, int16 color);
int32 getSpriteRectSize(int16 index);
+ void forceBlit(bool backwards = false);
virtual void initScreen() = 0;
virtual void closeScreen() = 0;