diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-02 10:14:04 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-05-02 10:14:04 +0200 |
commit | fe7f18002c7987ef744b5024151ca0903e4317fd (patch) | |
tree | 6f3d80389ee426ffa1b4cb1a6064b2471f2466df /arm9/src | |
parent | a036306c5554d2d7088c07ea0c08c7b718a6508a (diff) |
cleanup header
Diffstat (limited to 'arm9/src')
-rw-r--r-- | arm9/src/unk_02031734.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arm9/src/unk_02031734.c b/arm9/src/unk_02031734.c index ee24af39..3222232c 100644 --- a/arm9/src/unk_02031734.c +++ b/arm9/src/unk_02031734.c @@ -1,4 +1,10 @@ +#include "global.h" #include "unk_02031734.h" +#include "MI_memory.h" +#include "game_init.h" +#include "heap.h" +#include "player_data.h" +#include "unk_0202F150.h" const struct UnkStruct_02031734_const2 UNK_020EEC48 = { { (u32)FUN_02032B84, 0 } }; |