Trace Engine
A Raycaster Engine in C
Loading...
Searching...
No Matches
trc_timer_t Struct Reference

#include <trc_timer.h>

Data Fields

bool is_active
 
float duration
 
float initial_time
 

Detailed Description

A timer struct, can init and check when is stopped

Field Documentation

◆ duration

float trc_timer_t::duration

The timer duration in miliseconds

◆ initial_time

float trc_timer_t::initial_time

The timer activation time, in miliseconds

◆ is_active

bool trc_timer_t::is_active

False means the timer is stopped, true means the timer is running


The documentation for this struct was generated from the following file: