aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/fonts.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/fonts.h')
-rw-r--r--engines/sherlock/fonts.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sherlock/fonts.h b/engines/sherlock/fonts.h
index 0df427ff9c..1e47007c54 100644
--- a/engines/sherlock/fonts.h
+++ b/engines/sherlock/fonts.h
@@ -39,9 +39,12 @@ private:
protected:
static int _fontNumber;
static int _fontHeight;
+ static uint16 _charCount;
static void writeString(Surface *surface, const Common::String &str,
const Common::Point &pt, int overrideColor = 0);
+
+ static inline byte translateChar(byte c);
public:
/**
* Initialise the font manager