22 #ifndef WATCHMAKER_LL_ANIM_H 23 #define WATCHMAKER_LL_ANIM_H 25 #include "watchmaker/types.h" 26 #include "watchmaker/work_dirs.h" 27 #include "watchmaker/globvar.h" 28 #include "watchmaker/game.h" 32 void StopObjAnim(WGame &game, int32 obj);
33 bool CheckAndLoadMoglieSupervisoreModel(WorkDirs &workDirs, int32 c);
34 void StartAnim(WGame &game, int32 an);
35 void StopAnim(WGame &game, int32 an);
36 void PauseAnim(Init &init, int32 an);
37 void ContinueAnim(Init &init, int32 an);
38 void StopAllAnims(Init &init);
39 void StopPlayingGame(WGame &game);
40 void ProcessATF(WGame &game, int32 an, int32 atf);
41 void ProcessATFDO(WGame &game, int32 in);
42 void ProcessAnims(WGame &game);
46 #endif // WATCHMAKER_LL_ANIM_H Definition: 2d_stuff.h:30