mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Updated Frequently asked Questions Common Questions (markdown)
@ -21,8 +21,8 @@ Raylib has no built in timer system. You are expected to keep track of time in y
|
||||
```c
|
||||
typedef struct
|
||||
{
|
||||
double StartTime;
|
||||
double Lifetime;
|
||||
double StartTime; // start time (seconds)
|
||||
double Lifetime; // lifetime (seconds)
|
||||
}Timer;
|
||||
|
||||
void StartTimer(Timer* timer, double lifetime)
|
||||
|
||||
Reference in New Issue
Block a user