aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/video.h
diff options
context:
space:
mode:
authorBastien Bouclet2016-08-13 14:02:29 +0200
committerEugene Sandulenko2017-07-03 08:50:10 +0200
commit3f1f407c14f72c48f72ae787af0e1e56a09e9da2 (patch)
tree745eae831beb572c3490151c1bffc4d1cb88ae98 /engines/mohawk/video.h
parentc623a767676f8422186933c87b569d39185b5496 (diff)
downloadscummvm-rg350-3f1f407c14f72c48f72ae787af0e1e56a09e9da2.tar.gz
scummvm-rg350-3f1f407c14f72c48f72ae787af0e1e56a09e9da2.tar.bz2
scummvm-rg350-3f1f407c14f72c48f72ae787af0e1e56a09e9da2.zip
MOHAWK: Remove VideoHandle usage
Diffstat (limited to 'engines/mohawk/video.h')
-rw-r--r--engines/mohawk/video.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/mohawk/video.h b/engines/mohawk/video.h
index e2b09b6afd..dba448d689 100644
--- a/engines/mohawk/video.h
+++ b/engines/mohawk/video.h
@@ -321,10 +321,11 @@ public:
void activateMLST(uint16 mlstId, uint16 card);
void clearMLST();
void disableAllMovies();
- VideoHandle playMovieRiven(uint16 id);
+ VideoEntryPtr playMovieRiven(uint16 id);
void playMovieBlockingRiven(uint16 id);
- VideoHandle findVideoHandleRiven(uint16 id);
+ VideoEntryPtr findVideoRiven(uint16 id);
void stopMovieRiven(uint16 id);
+ void waitUntilMovieEnds(const VideoEntryPtr &video);
// Handle functions
VideoHandle findVideoHandle(uint16 id);