From 3a543a1e6d35a5bcab61a8fb4257b7d567d9e278 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 25 Nov 2018 12:41:39 -0800 Subject: GLK: FROTZ: Add derived Screen class to add Infocom character graphics font --- engines/glk/frotz/frotz.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/glk/frotz/frotz.h') 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 -- cgit v1.2.3