aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/frotz.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-11-25 12:41:39 -0800
committerPaul Gilbert2018-12-08 19:05:59 -0800
commit3a543a1e6d35a5bcab61a8fb4257b7d567d9e278 (patch)
tree154d7a7b6c7a76c35490a3b092f0957a3d0d7397 /engines/glk/frotz/frotz.h
parentfb7dbffd59b797ed00785a2d3762355f9dbb9f7d (diff)
downloadscummvm-rg350-3a543a1e6d35a5bcab61a8fb4257b7d567d9e278.tar.gz
scummvm-rg350-3a543a1e6d35a5bcab61a8fb4257b7d567d9e278.tar.bz2
scummvm-rg350-3a543a1e6d35a5bcab61a8fb4257b7d567d9e278.zip
GLK: FROTZ: Add derived Screen class to add Infocom character graphics font
Diffstat (limited to 'engines/glk/frotz/frotz.h')
-rw-r--r--engines/glk/frotz/frotz.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/glk/frotz/frotz.h b/engines/glk/frotz/frotz.h
index 0dd8b69e89..22604e59bd 100644
--- a/engines/glk/frotz/frotz.h
+++ b/engines/glk/frotz/frotz.h
@@ -32,6 +32,11 @@ namespace Frotz {
* Frotz interpreter for Z-code games
*/
class Frotz : public Processor {
+protected:
+ /**
+ * Create the screen class
+ */
+ virtual Screen *createScreen() override;
public:
/**
* Constructor