aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/scene.h')
-rw-r--r--engines/saga/scene.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/saga/scene.h b/engines/saga/scene.h
index e0508efab0..aca3f910e0 100644
--- a/engines/saga/scene.h
+++ b/engines/saga/scene.h
@@ -399,6 +399,12 @@ class Scene {
int IHNMCreditsProc();
int ITEStartProc();
+ void IHNMLoadCutaways();
+ bool checkKey();
+
+ bool playTitle(int title, int time, int mode = kPanelVideo);
+ bool playLoopingTitle(int title, int seconds);
+
public:
static int SC_IHNMIntroMovieProc1(int param, void *refCon);
static int SC_IHNMIntroMovieProc2(int param, void *refCon);