aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/riven.h')
-rw-r--r--engines/mohawk/riven.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mohawk/riven.h b/engines/mohawk/riven.h
index f7ef95b31b..a8e9939b43 100644
--- a/engines/mohawk/riven.h
+++ b/engines/mohawk/riven.h
@@ -83,6 +83,7 @@ public:
MohawkEngine_Riven(OSystem *syst, const MohawkGameDescription *gamedesc);
virtual ~MohawkEngine_Riven();
+ VideoManager *_video;
RivenSoundManager *_sound;
RivenGraphics *_gfx;
Common::RandomSource *_rnd;
@@ -126,6 +127,7 @@ private:
Common::SharedPtr<TimerProc> _timerProc;
uint32 _timerTime;
+ void pauseEngineIntern(bool) override;
public:
// Stack/card/script funtions
RivenStack *constructStackById(uint16 id);