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 00aaff3c33..dc07f453ea 100644
--- a/engines/mohawk/myst.h
+++ b/engines/mohawk/myst.h
@@ -190,6 +190,9 @@ public:
void pollAndDiscardEvents();
bool wait(uint32 duration, bool skippable = false);
+ /** Update the game state according to events and update the screen */
+ void doFrame();
+
MystSoundBlock readSoundBlock(Common::ReadStream *stream) const;
void applySoundBlock(const MystSoundBlock &block);