aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/font.h
diff options
context:
space:
mode:
authorMartin Kiewitz2016-01-31 13:49:42 +0100
committerMartin Kiewitz2016-01-31 13:49:42 +0100
commit6baadff8d371584caaf6c83238847c54ec4b8261 (patch)
treec8a17b8acc27890677cb008d89e80f8468c981fc /engines/agi/font.h
parent83495eab28d5f8967e2ce26b34af06c568019739 (diff)
downloadscummvm-rg350-6baadff8d371584caaf6c83238847c54ec4b8261.tar.gz
scummvm-rg350-6baadff8d371584caaf6c83238847c54ec4b8261.tar.bz2
scummvm-rg350-6baadff8d371584caaf6c83238847c54ec4b8261.zip
AGI: font cleanup
We now only offer the original VGA font (a few characters were modified) and overwrite the extended set range with a Russian set, when needed.
Diffstat (limited to 'engines/agi/font.h')
-rw-r--r--engines/agi/font.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/agi/font.h b/engines/agi/font.h
index 833cf7331a..0bb1bbb18d 100644
--- a/engines/agi/font.h
+++ b/engines/agi/font.h
@@ -39,6 +39,7 @@ public:
private:
void overwriteSaveRestoreDialogCharacter();
+ void overwriteExtendedWithRussianSet();
void loadFontScummVMFile(Common::String fontFilename);
void loadFontMickey();