mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 13:28:02 +03:00
9 lines
104 B
C
9 lines
104 B
C
![]() |
#ifndef TIMER_H
|
||
|
#define TIMER_H
|
||
|
|
||
|
void timer_init();
|
||
|
void timer_update();
|
||
|
int get_frame_rate();
|
||
|
|
||
|
#endif
|