#ifndef GAME_H #define GAME_H void game_init(float aspect); bool game_update(); void game_draw(); #endif