aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/frotz/screen.h')
-rw-r--r--engines/glk/frotz/screen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/glk/frotz/screen.h b/engines/glk/frotz/screen.h
index d8b2b89a3f..568c3c73bf 100644
--- a/engines/glk/frotz/screen.h
+++ b/engines/glk/frotz/screen.h
@@ -42,6 +42,11 @@ protected:
* Load the fonts
*/
virtual void loadFonts(Common::Archive *archive) override;
+public:
+ /**
+ * Constructor
+ */
+ FrotzScreen();
};
/**