aboutsummaryrefslogtreecommitdiff
path: root/scumm/charset.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/charset.h')
-rw-r--r--scumm/charset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/charset.h b/scumm/charset.h
index 04650ab86f..c231f0c29c 100644
--- a/scumm/charset.h
+++ b/scumm/charset.h
@@ -105,6 +105,7 @@ public:
int getCurID() { return _curId; }
virtual int getFontHeight() = 0;
+ virtual int getCharHeight(byte chr) { return getFontHeight(); }
virtual int getCharWidth(byte chr) = 0;
virtual void setColor(byte color) { _color = color; translateColor(); }
@@ -192,6 +193,7 @@ public:
void setCurID(byte id);
int getFontHeight();
+ int getCharHeight(byte chr);
int getCharWidth(byte chr);
};