@@ -0,0 +1,8 @@
#ifndef GAME_H
#define GAME_H
void game_init(float aspect);
bool game_update();
void game_draw();
#endif
The note is not visible to the blocked user.