PandA-2024.02
|
Go to the source code of this file.
Macros | |
#define | TIMES_TICKS_PER_SEC 60 |
Functions | |
unsigned int | get_ticks (unsigned char restart_value) |
return an unsigned int which represents the elapsed processor time in milliseconds since some constant reference More... | |
#define TIMES_TICKS_PER_SEC 60 |
Definition at line 12 of file get_ticks.c.
Referenced by get_ticks().
unsigned int get_ticks | ( | unsigned char | restart_value | ) |
return an unsigned int which represents the elapsed processor time in milliseconds since some constant reference
Definition at line 19 of file get_ticks.c.
Referenced by game_initialization(), and game_main_loop().