From 596a36aef02e3bdd41f15c1b2f142acbd49f50f0 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 8 Nov 2018 18:48:29 -0800 Subject: GLK: Allow video mode to be specified in the configuration --- engines/gargoyle/gargoyle.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/gargoyle/gargoyle.h') diff --git a/engines/gargoyle/gargoyle.h b/engines/gargoyle/gargoyle.h index 0b8bca7856..728dc0fae3 100644 --- a/engines/gargoyle/gargoyle.h +++ b/engines/gargoyle/gargoyle.h @@ -81,6 +81,11 @@ private: * Handles basic initialization */ void initialize(); + + /** + * Setup the video mode + */ + void initGraphicsMode(); protected: const GargoyleGameDescription *_gameDescription; Common::RandomSource _random; -- cgit v1.2.3