mirror of
https://github.com/luksamuk/engine-psx.git
synced 2025-04-28 21:38:02 +03:00
Add FPS counter and collision linecast (WIP)
This commit is contained in:
parent
5c0ad0d277
commit
7cd01c2b4a
7 changed files with 368 additions and 62 deletions
8
include/timer.h
Normal file
8
include/timer.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef TIMER_H
|
||||
#define TIMER_H
|
||||
|
||||
void timer_init();
|
||||
void timer_update();
|
||||
int get_frame_rate();
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue