mirror of
https://github.com/open-develop/xenoborg.git
synced 2025-04-02 13:21:42 -04:00
7 lines
No EOL
147 B
C
7 lines
No EOL
147 B
C
#pragma once
|
|
|
|
int timer_init();
|
|
void timer_reset();
|
|
float timer_get_freq();
|
|
__int64 timer_get_start_time();
|
|
__int64 timer_get_current_time(); |