mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
9 lines
111 B
C
9 lines
111 B
C
|
|
#ifndef FLAG_SET_H
|
||
|
|
#define FLAG_SET_H
|
||
|
|
|
||
|
|
struct PlayState;
|
||
|
|
|
||
|
|
void FlagSet_Update(struct PlayState* play);
|
||
|
|
|
||
|
|
#endif
|