From 649e275ca622b0e6b84181cb23dfc714270346d3 Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Wed, 1 Sep 2010 13:28:12 +0000 Subject: MOHAWK: Implement xbookclick It is now possible to trap Gehn in the trap book. Side note: Riven is now completable from the beginning provided you know the D'ni number system already (and the marble puzzle is just hacked to always work). svn-id: r52482 --- engines/mohawk/video.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/mohawk/video.h') diff --git a/engines/mohawk/video.h b/engines/mohawk/video.h index 6aa553e26b..4c6ed05cef 100644 --- a/engines/mohawk/video.h +++ b/engines/mohawk/video.h @@ -94,6 +94,8 @@ public: VideoHandle findVideoHandle(uint16 id); int32 getCurFrame(const VideoHandle &handle); uint32 getFrameCount(const VideoHandle &handle); + uint32 getElapsedTime(const VideoHandle &handle); + bool endOfVideo(const VideoHandle &handle); private: MohawkEngine *_vm; -- cgit v1.2.3