diff options
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 |