#ifndef _FD_GAME_ #define _FD_GAME_ #include typedef struct GameState { bool *should_close; } GameState; #endif