1 2 3 4 5 6 7 8
#ifndef FLAG_SET_H #define FLAG_SET_H struct PlayState; void FlagSet_Update(struct PlayState* play); #endif