43 #ifndef _orxTIMELINE_H_ 44 #define _orxTIMELINE_H_ 58 typedef enum __orxTIMELINE_EVENT_t
75 typedef struct __orxTIMELINE_EVENT_PAYLOAD_t
struct __orxTIMELINE_t orxTIMELINE
orxDLLAPI orxU32 orxFASTCALL orxTimeLine_GetCount(const orxTIMELINE *_pstTimeLine)
orxDLLAPI orxSTATUS orxFASTCALL orxTimeLine_AddTrackFromConfig(orxTIMELINE *_pstTimeLine, const orxSTRING _zTrackID)
orxTIMELINE * pstTimeLine
orxDLLAPI void orxFASTCALL orxTimeLine_Setup()
orxDLLAPI orxSTATUS orxFASTCALL orxTimeLine_ClearCache()
orxDLLAPI void orxFASTCALL orxTimeLine_Exit()
orxDLLAPI orxSTATUS orxFASTCALL orxTimeLine_RemoveTrackFromConfig(orxTIMELINE *_pstTimeLine, const orxSTRING _zTrackID)
const orxSTRING zTrackName
orxDLLAPI orxSTATUS orxFASTCALL orxTimeLine_Delete(orxTIMELINE *_pstTimeLine)
orxDLLAPI void orxFASTCALL orxTimeLine_Enable(orxTIMELINE *_pstTimeLine, orxBOOL _bEnable)
orxDLLAPI orxSTATUS orxFASTCALL orxTimeLine_Init()
orxDLLAPI orxFLOAT orxFASTCALL orxTimeLine_GetTrackDuration(const orxSTRING _zTrackID)
orxDLLAPI orxBOOL orxFASTCALL orxTimeLine_IsEnabled(const orxTIMELINE *_pstTimeLine)
orxDLLAPI orxTIMELINE *orxFASTCALL orxTimeLine_Create()