]> git.lizzy.rs Git - shadowclad.git/blob - src/engine/engine.h
f1ff1026b0a22743e7bd2c42d4b9480e97cac58d
[shadowclad.git] / src / engine / engine.h
1 #ifndef ENGINE_ENGINE_H_
2 #define ENGINE_ENGINE_H_
3
4 void init();
5 void run(void (*updateFn) (float));
6 void terminate();
7
8 #endif // ENGINE_ENGINE_H_