23 #ifndef TINSEL_PLAY_H // prevent multiple includes 26 #include "common/coroutines.h" 27 #include "tinsel/dw.h" 28 #include "tinsel/multiobj.h" 32 #define MAX_SOUNDREELS 10 40 void PlayFilm(
CORO_PARAM,
SCNHANDLE film,
int x,
int y,
int actorid,
bool splay,
bool sfact,
bool escOn,
int myescEvent,
bool bTop,
OBJECT** playfield);
44 void PlayFilmc(
CORO_PARAM,
SCNHANDLE hFilm,
int x,
int y,
int actorid,
bool splay,
bool sfact,
bool escOn,
int myescEvent,
bool bTop,
OBJECT** playfield);
46 void RestoreActorReels(
SCNHANDLE hFilm,
short reelnum,
short z,
int x,
int y);
47 void RestoreActorReels(
SCNHANDLE hFilm,
int actor,
int x,
int y);
uint32 SCNHANDLE
Definition: dw.h:31
#define CORO_PARAM
Definition: coroutines.h:107
Definition: multiobj.h:38