1 2 3 4 5 6 7 8 9
#ifndef FLG_SET_H #define FLG_SET_H struct GameState; void FlagSet_Update(struct GameState* gameState); void FlagSet_Draw(struct GameState* gameState); #endif