aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/gfx.h')
-rw-r--r--engines/cine/gfx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/cine/gfx.h b/engines/cine/gfx.h
index beb347a746..56ba6885f4 100644
--- a/engines/cine/gfx.h
+++ b/engines/cine/gfx.h
@@ -162,6 +162,7 @@ protected:
void drawOverlays();
void blit();
+
public:
uint16 _messageBg; ///< Message box background color
uint16 _cmdY; ///< Player command string position on screen
@@ -207,6 +208,9 @@ public:
virtual void fadeToBlack();
void showCollisionPage(bool state);
+
+ void drawString(const char *string, byte param);
+ int getStringWidth(const char *str);
};
/**