From 5b514a9bd1f29bf8558c31c2f12eb27d50568f33 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 20 Oct 2009 14:05:35 +0000 Subject: TINSEL: Start cleanup BMV code svn-id: r45268 --- engines/tinsel/tinsel.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'engines/tinsel/tinsel.cpp') 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 *); -- cgit v1.2.3