#ifndef FLAG_SET_H #define FLAG_SET_H struct PlayState; void FlagSet_Update(struct PlayState* play); #endif