#ifndef FLG_SET_H #define FLG_SET_H struct GameState; void FlagSet_Update(struct GameState* gameState); void FlagSet_Draw(struct GameState* gameState); #endif