aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/frotz.h
diff options
context:
space:
mode:
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 b5de82d7f8..8312e16b49 100644
--- a/engines/glk/frotz/frotz.h
+++ b/engines/glk/frotz/frotz.h
@@ -37,6 +37,11 @@ class Frotz : public Processor {
friend class FrotzScreen;
protected:
/**
+ * Setup the video mode
+ */
+ virtual void initGraphicsMode();
+
+ /**
* Create the screen class
*/
virtual Screen *createScreen() override;