![]() |
Wise&mystical
1.0
Project about Europe
|
Include dependency graph for timer.cpp:Go to the source code of this file.
Functions | |
| void | StartTimer (Timer *timer, float lifetime) |
| Start or restart a timer with a specific lifetime. More... | |
| void | UpdateTimer (Timer *timer) |
| Update a timer with the current frame time. More... | |
| bool | TimerDone (Timer *timer) |
| Check if a timer is done. More... | |
| void StartTimer | ( | Timer * | timer, |
| float | lifetime | ||
| ) |