diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2023-09-20 19:59:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-20 11:59:55 -0600 |
| commit | f4fc23badafac5c3e4d1cca83cc81ac5771c6429 (patch) | |
| tree | a0a1dd8706ad7054d47c3ba51936b8caf2a14eeb /src/code_80086E70.c | |
| parent | 7d2fe91598a62d20f2f189273938d6541c0f2f66 (diff) | |
Header & General Cleanup (#431)
* Header cleanup
Diffstat (limited to 'src/code_80086E70.c')
| -rw-r--r-- | src/code_80086E70.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/code_80086E70.c b/src/code_80086E70.c index 11d5c239c..9c0661808 100644 --- a/src/code_80086E70.c +++ b/src/code_80086E70.c @@ -2,16 +2,18 @@ #include <macros.h> #include <common_structs.h> #include <types.h> + +#include "code_80086E70.h" #include "camera.h" #include "objects.h" #include "math_util.h" #include "math_util_2.h" #include "memory.h" #include "code_80071F00.h" -#include "code_80086E70.h" #include "collision.h" #include "audio/external.h" #include "variables.h" +#include "main.h" void func_80086E70(s32 arg0) { D_80165C18[arg0].unk_0AE = 1;// * 0xE0)) = 1; |
