diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-07-07 11:39:34 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-07-07 11:39:34 -0500 |
commit | 6aa475c6310c609743a9a2005e7942050c396865 (patch) | |
tree | 18be7369829badfef35a6c337005e875049027e5 /include/event_flag.h | |
parent | f308c79eba1ba8e6bc2134529a2e4f4f21c9c2c2 (diff) |
Sese's vacation work
Diffstat (limited to 'include/event_flag.h')
-rw-r--r-- | include/event_flag.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/event_flag.h b/include/event_flag.h index c9bab15..7010a59 100644 --- a/include/event_flag.h +++ b/include/event_flag.h @@ -1,3 +1,6 @@ +#ifndef GUARD_EVENT_FLAG_H +#define GUARD_EVENT_FLAG_H + struct UnkEventStruct { /* 0x0 */ s16 *unk0; @@ -11,3 +14,5 @@ bool8 sub_8002700(void *r0); bool8 sub_8002718(u8 *r0); void sub_8002758(u32 *r0); u8 sub_800276C(void); + +#endif // GUARD_EVENT_FLAG_H |