aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/avi_surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/support/avi_surface.h')
-rw-r--r--engines/titanic/support/avi_surface.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/support/avi_surface.h b/engines/titanic/support/avi_surface.h
index d21182bca9..54b0155bdd 100644
--- a/engines/titanic/support/avi_surface.h
+++ b/engines/titanic/support/avi_surface.h
@@ -176,6 +176,11 @@ public:
* Returns true if it's time for the next
*/
bool isNextFrame() const;
+
+ /**
+ * Plays an interruptable cutscene
+ */
+ void playCutscene(const Rect &r, uint startFrame, uint endFrame);
};
} // End of namespace Titanic