aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/video_player.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video/video_player.h')
-rw-r--r--graphics/video/video_player.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/video/video_player.h b/graphics/video/video_player.h
index eb02032b50..333c39f700 100644
--- a/graphics/video/video_player.h
+++ b/graphics/video/video_player.h
@@ -192,6 +192,12 @@ public:
*/
bool playVideo(Common::List<Common::Event> &stopEvents);
+ /**
+ * Provides the same functionality as the video player, and it adds the
+ * event of skipping the video with the escape key by default
+ */
+ bool playVideo();
+
protected:
/**
* Perform postprocessing once the frame data is copied to the screen,