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 32db925d7a..dfd4c59267 100644
--- a/engines/titanic/support/avi_surface.h
+++ b/engines/titanic/support/avi_surface.h
@@ -162,6 +162,11 @@ public:
* Duplicates the secondary frame, if the movie has a second video track
*/
Graphics::ManagedSurface *duplicateSecondaryFrame() const;
+
+ /**
+ * Returns true if a frame is ready to be rendered
+ */
+ bool isFrameReady() const;
};
} // End of namespace Titanic