aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst.h
diff options
context:
space:
mode:
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>