diff options
author | red031000 <rubenru09@aol.com> | 2021-08-22 16:23:59 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2021-08-22 16:23:59 +0100 |
commit | fe565be6ef25a91f9372dbb791fddf789e5a64c7 (patch) | |
tree | 65c3ace8ed081a86db0bc748cc78ea5cfa87e076 /arm9/modules/59/src | |
parent | 28b66f4e9efc2dbde3005f3e5bcc44b93ae47796 (diff) |
some cleanup
Diffstat (limited to 'arm9/modules/59/src')
-rw-r--r-- | arm9/modules/59/src/mod59_021D74E0_src.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arm9/modules/59/src/mod59_021D74E0_src.c b/arm9/modules/59/src/mod59_021D74E0_src.c index 92880515..7d6be2ca 100644 --- a/arm9/modules/59/src/mod59_021D74E0_src.c +++ b/arm9/modules/59/src/mod59_021D74E0_src.c @@ -7,6 +7,7 @@ #include "GX_layers.h" #include "unk_02024E64.h" #include "bg_window.h" +#include "render_window.h" #include "module_52.h" extern void *FUN_02077A84(u32 heap_id, u32 param1, u32 param2, u32 param3, struct Options *options); @@ -32,10 +33,6 @@ extern u32 FUN_0200E308(void); extern void FUN_02077AC4(void *param0); -extern void FUN_0200CD68(struct BgConfig *param0, u32 param1, u32 param2, u32 param3, u8 frame_id, u32 heap_id); - -extern void FUN_0200CB00(struct BgConfig *param0, u32 param1, u32 param2, u32 param3, u8 frame_id, u32 heap_id); - FS_EXTERN_OVERLAY(MODULE_52); THUMB_FUNC BOOL MOD59_Init(struct UnkStruct_02006234 *param0) |