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