aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/disk.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-08-11 14:26:12 +0000
committerNicola Mettifogo2007-08-11 14:26:12 +0000
commit81b864e9e8199b0102b122626badba059eb618d4 (patch)
treebeeeb91cbb85be2cac56c17507cee895bdb67b2b /engines/parallaction/disk.h
parent74b16c7e90e9b1dd011a85b447fc91073896a056 (diff)
downloadscummvm-rg350-81b864e9e8199b0102b122626badba059eb618d4.tar.gz
scummvm-rg350-81b864e9e8199b0102b122626badba059eb618d4.tar.bz2
scummvm-rg350-81b864e9e8199b0102b122626badba059eb618d4.zip
Added preliminary font support for Big Red Adventure.
svn-id: r28529
Diffstat (limited to 'engines/parallaction/disk.h')
-rw-r--r--engines/parallaction/disk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/parallaction/disk.h b/engines/parallaction/disk.h
index a52e9e1981..a0b20b8378 100644
--- a/engines/parallaction/disk.h
+++ b/engines/parallaction/disk.h
@@ -203,6 +203,7 @@ protected:
protected:
void errorFileNotFound(const char *s);
+ Font *createFont(const char *name, Common::ReadStream &stream);
public:
DosDisk_br(Parallaction *vm);