diff options
Diffstat (limited to 'engines/mohawk/myst.h')
-rw-r--r-- | engines/mohawk/myst.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/myst.h b/engines/mohawk/myst.h index 0491e853b6..2414b71cb1 100644 --- a/engines/mohawk/myst.h +++ b/engines/mohawk/myst.h @@ -187,6 +187,7 @@ public: uint16 getMainCursor() { return _mainCursor; } void checkCursorHints(); MystArea *updateCurrentResource(); + void pollAndDiscardEvents(); bool skippableWait(uint32 duration); MystSoundBlock readSoundBlock(Common::ReadStream *stream) const; |