aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/screen.h')
-rw-r--r--engines/sherlock/screen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sherlock/screen.h b/engines/sherlock/screen.h
index ba46876e64..75df51f13d 100644
--- a/engines/sherlock/screen.h
+++ b/engines/sherlock/screen.h
@@ -214,6 +214,11 @@ public:
int charWidth(char c);
/**
+ * Return the font height
+ */
+ int fontHeight() const { return _fontHeight; }
+
+ /**
* Fills an area on the back buffer, and then copies it to the screen
*/
void vgaBar(const Common::Rect &r, int color);