#ifndef _FD_GAME_ #define _FD_GAME_ #include <stdbool.h> typedef struct GameState { bool *should_close; } GameState; #endif