|
Trace Engine
A Raycaster Engine in C
|
#include <trc_timer.h>
Data Fields | |
| bool | is_active |
| float | duration |
| float | initial_time |
A timer struct, can init and check when is stopped
| float trc_timer_t::duration |
The timer duration in miliseconds
| float trc_timer_t::initial_time |
The timer activation time, in miliseconds
| bool trc_timer_t::is_active |
False means the timer is stopped, true means the timer is running