From d19a831d290190ca37a42018c5590f28b4fae746 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 26 Oct 2009 10:40:35 +0000 Subject: TINSEL: Move ExtractActor from scn.* to play.* svn-id: r45399 --- engines/tinsel/play.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/tinsel/play.h') diff --git a/engines/tinsel/play.h b/engines/tinsel/play.h index 7ac166f26a..aa622e835e 100644 --- a/engines/tinsel/play.h +++ b/engines/tinsel/play.h @@ -59,6 +59,8 @@ void NoSoundReels(void); void SaveSoundReels(PSOUNDREELS psr); void RestoreSoundReels(PSOUNDREELS psr); +int ExtractActor(SCNHANDLE hFilm); + } // End of namespace Tinsel #endif -- cgit v1.2.3