11 lines
134 B
C
11 lines
134 B
C
#ifndef ENGINE_H
|
|
#define ENGINE_H
|
|
|
|
extern double renderMS;
|
|
extern double physMS;
|
|
extern double updateMS;
|
|
|
|
void engine_init();
|
|
|
|
#endif
|