From 6aa475c6310c609743a9a2005e7942050c396865 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Wed, 7 Jul 2021 11:39:34 -0500 Subject: Sese's vacation work --- include/event_flag.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/event_flag.h') 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 -- cgit v1.2.3