5 #include <devices/timer.h>
7 //GLOBAL struct Library *TimerBase;
12 void __timerGStart(void);
13 float __timerGGet(float fps
);
15 void __timerGlobalStart(void);
16 float __timerGlobalGet(float fps
);
18 double __timerGetTime(void);
19 void __timerGetSysTime(struct timeval
*tv
);
21 // PPC only (used in anim recording)
22 void __timerAdvanceFrame(void);
23 void __timerIndependentTiming(float fps
);