aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/glk.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/glk.h')
-rw-r--r--engines/glk/glk.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/glk/glk.h b/engines/glk/glk.h
index 2782353547..17ee3568aa 100644
--- a/engines/glk/glk.h
+++ b/engines/glk/glk.h
@@ -72,11 +72,6 @@ private:
* Handles basic initialization
*/
void initialize();
-
- /**
- * Setup the video mode
- */
- void initGraphicsMode();
protected:
const GlkGameDescription _gameDescription;
Common::RandomSource _random;
@@ -92,6 +87,11 @@ protected:
virtual bool hasFeature(EngineFeature f) const;
/**
+ * Setup the video mode
+ */
+ virtual void initGraphicsMode();
+
+ /**
* Create the screen
*/
virtual Screen *createScreen();