#include <timer.h>
Static Public Methods | |
void | Init (tTime startTime) |
Initialized the engine timer and set it to the given time. | |
tTime | Time () |
Get the current time. | |
void | Sleep (tTime length) |
Pause the current thread for the given amount of time. |
GTimer provides access to the system clock with millisecond accuracy.