22 #ifndef WATCHMAKER_LL_DIARY_H 23 #define WATCHMAKER_LL_DIARY_H 25 #include "watchmaker/work_dirs.h" 26 #include "watchmaker/globvar.h" 27 #include "watchmaker/game.h" 31 void UpdateAllClocks(WGame &game);
32 void StopDiary(WGame &game, int32 room, int32 obj, uint8 only_overtime);
33 void StartDiary(WGame &game, int32 room, t3dV3F *pos);
34 void IncCurTime(WGame &game, int32 inc);
35 void DecCurTime(WGame &game, int32 dec);
36 void SetCurTime(WGame &game, int32
set);
37 int32 WhichRoomChar(Init &init, int32 ch);
38 int32 WhichAnimChar(Init &init, int32 ch);
39 void ContinueDiary(WGame &game, int32 an);
43 #endif // WATCHMAKER_LL_DIARY_H Definition: 2d_stuff.h:30