|
Banjo API 1.0.0-rc.2
Low-level C99 game development API
|
Go to the source code of this file.
Data Structures | |
| struct | bj_stopwatch |
Functions | |
| uint64_t | bj_get_time (void) |
| void | bj_sleep (int milliseconds) |
| double | bj_run_time (void) |
| uint64_t | bj_time_counter (void) |
| uint64_t | bj_time_frequency (void) |
| void | bj_reset_stopwatch (struct bj_stopwatch *stopwatch) |
| void | bj_step_stopwatch (struct bj_stopwatch *stopwatch) |
| double | bj_stopwatch_elapsed (const struct bj_stopwatch *stopwatch) |
| double | bj_stopwatch_delay (const struct bj_stopwatch *stopwatch) |
| double | bj_step_delay_stopwatch (struct bj_stopwatch *stopwatch) |
Header file for time manipulation utilities.
Definition in file time.h.