aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/tinsel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/tinsel.cpp')
-rw-r--r--engines/tinsel/tinsel.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/engines/tinsel/tinsel.cpp b/engines/tinsel/tinsel.cpp
index a375e48a2b..7fdae39495 100644
--- a/engines/tinsel/tinsel.cpp
+++ b/engines/tinsel/tinsel.cpp
@@ -45,6 +45,7 @@
#include "tinsel/actors.h"
#include "tinsel/background.h"
+#include "tinsel/bmv.h"
#include "tinsel/config.h"
#include "tinsel/cursor.h"
#include "tinsel/drives.h"
@@ -76,14 +77,6 @@ namespace Tinsel {
extern void SetDoFadeIn(bool tf);
extern void DropBackground(void);
-// In BMV.CPP
-extern void FettleBMV(void);
-extern bool MoviePlaying(void);
-extern void CopyMovieToScreen(void);
-extern void FinishBMV();
-extern int32 MovieAudioLag();
-extern uint32 NextMovieTime();
-
// In CURSOR.CPP
extern void CursorProcess(CORO_PARAM, const void *);