oot/include/flag_set.h

9 lines
111 B
C

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