aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/font.h
diff options
context:
space:
mode:
authorStrangerke2013-02-07 21:56:10 +0100
committerStrangerke2013-02-07 21:56:10 +0100
commitd12cd961610e3c2c8d060e2a300a5690dfb3daef (patch)
tree6c77d03e169cf27dadd0bfa0472f8c90f92991dc /engines/hopkins/font.h
parenta542e38059dc3ba1a346131cddf210d64a88866e (diff)
downloadscummvm-rg350-d12cd961610e3c2c8d060e2a300a5690dfb3daef.tar.gz
scummvm-rg350-d12cd961610e3c2c8d060e2a300a5690dfb3daef.tar.bz2
scummvm-rg350-d12cd961610e3c2c8d060e2a300a5690dfb3daef.zip
HOPKINS: Improve private/public scope in Globals. Remove some useless variables, move some variables to FontManager
Diffstat (limited to 'engines/hopkins/font.h')
-rw-r--r--engines/hopkins/font.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/hopkins/font.h b/engines/hopkins/font.h
index 0d31324421..14aa4a7eae 100644
--- a/engines/hopkins/font.h
+++ b/engines/hopkins/font.h
@@ -70,10 +70,14 @@ private:
byte *_tempText;
public:
+ byte *_font;
+ int _fontFixedWidth;
+ int _fontFixedHeight;
TxtItem _text[12];
TxtItemList _textList[12];
FontManager();
+ ~FontManager();
void setParent(HopkinsEngine *vm);
void clearAll();