From 9153393219b398ce5a7a8122d9af38e32e128059 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Mon, 20 Feb 2017 17:20:47 +0100 Subject: MOHAWK: Allow games to opt out of the default video manager --- engines/mohawk/myst.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/mohawk/myst.h') diff --git a/engines/mohawk/myst.h b/engines/mohawk/myst.h index 2414b71cb1..f313e381c8 100644 --- a/engines/mohawk/myst.h +++ b/engines/mohawk/myst.h @@ -201,6 +201,7 @@ public: bool _showResourceRects; + VideoManager *_video; Sound *_sound; MystGraphics *_gfx; MystGameState *_gameState; @@ -270,6 +271,8 @@ private: void loadCursorHints(); uint16 _currentCursor; uint16 _mainCursor; // Also defines the current page being held (white, blue, red, or none) + + void pauseEngineIntern(bool) override; }; template -- cgit v1.2.3