prosperon/source/engine/engine.h

11 lines
134 B
C
Raw Normal View History

2022-01-19 16:43:21 -06:00
#ifndef ENGINE_H
#define ENGINE_H
2022-08-12 14:03:56 -05:00
extern double renderMS;
extern double physMS;
extern double updateMS;
2022-01-19 16:43:21 -06:00
void engine_init();
2022-02-06 10:14:57 -06:00
#endif