22 #ifndef TINSEL_MOVE_H // prevent multiple includes 25 #include "tinsel/dw.h" 26 #include "tinsel/movers.h" 32 typedef enum { YB_X2, YB_X1_5 } YBIAS;
34 int SetActorDest(MOVER *pMover,
int x,
int y,
bool igPath,
SCNHANDLE film);
35 void SSetActorDest(MOVER *pActor);
36 void DoMoveActor(MOVER *pMover);
38 void SetDefaultRefer(int32 defRefer);
39 int GetLastLeadXdest();
40 int GetLastLeadYdest();
42 DIRECTION GetDirection(
int fromx,
int fromy,
int tox,
int toy, DIRECTION lastreel,
43 HPOLYGON hPath, YBIAS yBias = YB_X2);
uint32 SCNHANDLE
Definition: dw.h:31
int HPOLYGON
Definition: dw.h:34