aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/charset.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/charset.h')
-rw-r--r--engines/scumm/charset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/charset.h b/engines/scumm/charset.h
index 5039d31573..476b57b86e 100644
--- a/engines/scumm/charset.h
+++ b/engines/scumm/charset.h
@@ -73,6 +73,7 @@ public:
virtual void drawChar(int chr, const Graphics::Surface &s, int x, int y) {}
int getStringWidth(int a, const byte *str);
+ int getStringHeight(const byte *text);
void addLinebreaks(int a, byte *str, int pos, int maxwidth);
void translateColor();