aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst.h
diff options
context:
space:
mode:
authorBastien Bouclet2017-02-20 17:20:47 +0100
committerEugene Sandulenko2017-07-03 08:50:10 +0200
commit9153393219b398ce5a7a8122d9af38e32e128059 (patch)
tree212f1183e15c7546f966c8c9b6539837e1fccda0 /engines/mohawk/myst.h
parent1aa42338025543814ac0dbf41ed62c03ccf01ba8 (diff)
downloadscummvm-rg350-9153393219b398ce5a7a8122d9af38e32e128059.tar.gz
scummvm-rg350-9153393219b398ce5a7a8122d9af38e32e128059.tar.bz2
scummvm-rg350-9153393219b398ce5a7a8122d9af38e32e128059.zip
MOHAWK: Allow games to opt out of the default video manager
Diffstat (limited to 'engines/mohawk/myst.h')
-rw-r--r--engines/mohawk/myst.h3
1 files changed, 3 insertions, 0 deletions
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<class T>