aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/cstime.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/cstime.h')
-rw-r--r--engines/mohawk/cstime.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/mohawk/cstime.h b/engines/mohawk/cstime.h
index 393032aaa9..1c39a86ca0 100644
--- a/engines/mohawk/cstime.h
+++ b/engines/mohawk/cstime.h
@@ -35,6 +35,7 @@ namespace Mohawk {
class CSTimeCase;
class CSTimeInterface;
class CSTimeView;
+class VideoManager;
enum {
kCSTimeEventNothing = 0xffff,
@@ -136,6 +137,7 @@ public:
Common::RandomSource *_rnd;
+ VideoManager *_video;
Sound *_sound;
CSTimeGraphics *_gfx;
bool _needsUpdate;
@@ -181,6 +183,8 @@ private:
Common::List<CSTimeEvent> _events;
void triggerEvent(CSTimeEvent &event);
+
+ void pauseEngineIntern(bool) override;
};
} // End of namespace Mohawk