]> git.lizzy.rs Git - shadowclad.git/blob - src/game/game.h
Separate init, main loop, and game update, cleanup main
[shadowclad.git] / src / game / game.h
1 #ifndef GAME_H_
2 #define GAME_H_
3
4 void initGame();
5 void update(float delta);
6
7 #endif // GAME_H_