|
TrueReality
v0.1.1912
|


Go to the source code of this file.
Classes | |
| class | trUtil::Timer |
| Timer class is used for measuring elapsed time or time between two points. More... | |
Namespaces | |
| trUtil | |
| Namespace that holds various utility classes for the engine. | |
Typedefs | |
| using | trUtil::TimeTicks = unsigned long long |
| 64bit Integer to hold the Timers time ticks. More... | |
Functions | |
| void TR_UTIL_EXPORT | trUtil::AppSleep (unsigned int milliseconds) |
| Puts the current application thread to sleep for a given number of milliseconds. More... | |