From 933e6751943fcb28fdb1b616f9834bd4f231f63d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 6 Jun 2015 22:40:29 -0400 Subject: SHERLOCK: Setting up game specific People descendant classes --- engines/sherlock/screen.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/sherlock/screen.h') 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 @@ -213,6 +213,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 */ -- cgit v1.2.3