aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/video_surface.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-04 07:03:13 -0400
committerPaul Gilbert2016-07-10 16:38:18 -0400
commit4963c9f50b53cbd663c18387d8606ad4623cca34 (patch)
tree48e9bed889ba74ba5754ca29521d50e854a3380a /engines/titanic/support/video_surface.h
parent9ca8e2a9285708d03cd64fbfe7f28c97edb145b2 (diff)
downloadscummvm-rg350-4963c9f50b53cbd663c18387d8606ad4623cca34.tar.gz
scummvm-rg350-4963c9f50b53cbd663c18387d8606ad4623cca34.tar.bz2
scummvm-rg350-4963c9f50b53cbd663c18387d8606ad4623cca34.zip
TITANIC: Implement CMovieEvent & CMovieRangeInfo
Diffstat (limited to 'engines/titanic/support/video_surface.h')
-rw-r--r--engines/titanic/support/video_surface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/support/video_surface.h b/engines/titanic/support/video_surface.h
index 7521a53b4b..aee28be730 100644
--- a/engines/titanic/support/video_surface.h
+++ b/engines/titanic/support/video_surface.h
@@ -166,6 +166,8 @@ public:
*/
virtual void playMovie(uint startFrame, uint endFrame, int v3, bool v4) = 0;
+ virtual void proc35(const CString &name, int flags, CGameObject *owner) = 0;
+
/**
* Stops any movie currently attached to the surface
*/
@@ -329,6 +331,8 @@ public:
*/
virtual void playMovie(uint startFrame, uint endFrame, int v3, bool v4);
+ virtual void proc35(const CString &name, int flags, CGameObject *owner);
+
/**
* Stops any movie currently attached to the surface
*/