aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/text16.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics/text16.h')
-rw-r--r--engines/sci/graphics/text16.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/graphics/text16.h b/engines/sci/graphics/text16.h
index dc3ed2f62b..19c95f3f13 100644
--- a/engines/sci/graphics/text16.h
+++ b/engines/sci/graphics/text16.h
@@ -63,8 +63,8 @@ public:
void Draw(const char *text, int16 from, int16 len, GuiResourceId orgFontId, int16 orgPenColor);
void Show(const char *text, int16 from, int16 len, GuiResourceId orgFontId, int16 orgPenColor);
void Box(const char *text, int16 bshow, const Common::Rect &rect, TextAlignment alignment, GuiResourceId fontId);
- void Draw_String(const char *text);
- void Draw_Status(const char *text);
+ void DrawString(const char *text);
+ void DrawStatus(const char *text);
GfxFont *_font;