aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/movie.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/support/movie.h')
-rw-r--r--engines/titanic/support/movie.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/titanic/support/movie.h b/engines/titanic/support/movie.h
index 2751f2d814..d88c7b0be9 100644
--- a/engines/titanic/support/movie.h
+++ b/engines/titanic/support/movie.h
@@ -62,7 +62,12 @@ public:
virtual void proc10() = 0;
virtual void proc11() = 0;
virtual void proc12() = 0;
+
+ /**
+ * Stops the movie
+ */
virtual void stop() = 0;
+
virtual void proc14() = 0;
virtual void setFrame(uint frameNumber) = 0;
virtual void proc16() = 0;
@@ -109,7 +114,12 @@ public:
virtual void proc10();
virtual void proc11();
virtual void proc12();
+
+ /**
+ * Stops the movie
+ */
virtual void stop();
+
virtual void proc14();
/**