10 lines
98 B
C
10 lines
98 B
C
|
#ifndef TIMING_H
|
||
|
#define TIMING_H
|
||
|
|
||
|
// Public
|
||
|
void limit_fps();
|
||
|
|
||
|
extern double delta_time;
|
||
|
|
||
|
#endif
|