diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-09-20 19:33:21 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-09-20 19:33:21 -0500 |
commit | 977ef7d8aabe3befab5b3cc44210c7d4d8f0010d (patch) | |
tree | b53c01acde770a18d2dbd4f7d8c976871c3afb91 /include/input.h | |
parent | 722560add4e0caaab9f65a3c49d08ad83f2ef2b2 (diff) |
fix guards
Diffstat (limited to 'include/input.h')
-rw-r--r-- | include/input.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/input.h b/include/input.h index 6c579a8..0032a37 100644 --- a/include/input.h +++ b/include/input.h @@ -1,3 +1,6 @@ +#ifndef GUARD_INPUT_H +#define GUARD_INPUT_H + struct UnkInputStruct1 { /* 0x0 */ u16 unk0; @@ -55,3 +58,4 @@ void sub_80048D0(void); void sub_80048F8(void); void sub_8004914(void); +#endif // GUARD_INPUT_H |