aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/video.h')
-rw-r--r--engines/mohawk/video.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/mohawk/video.h b/engines/mohawk/video.h
index 8cfe1527fb..5620a5412a 100644
--- a/engines/mohawk/video.h
+++ b/engines/mohawk/video.h
@@ -92,6 +92,11 @@ public:
// Riven-related variables
Common::Array<MLSTRecord> _mlstRecords;
+ // Handle functions
+ VideoHandle findVideoHandle(uint16 id);
+ int32 getCurFrame(const VideoHandle &handle);
+ uint32 getFrameCount(const VideoHandle &handle);
+
private:
MohawkEngine *_vm;