diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-05 15:49:41 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-05 15:49:41 -0400 |
commit | 0ae4f320d929e4d8914002836055c1aad35d5ce3 (patch) | |
tree | eecc99a0ce0e13a8dfd279f22608928cebe24131 /include/gf_gfx_loader.h | |
parent | cc45732d6b7acab3dd1fc533064206dd11b32ce6 (diff) |
Name remaining symbols in {unk_02016B94->bg_window}.c
Diffstat (limited to 'include/gf_gfx_loader.h')
-rw-r--r-- | include/gf_gfx_loader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gf_gfx_loader.h b/include/gf_gfx_loader.h index 3f23d1ff..cb7de269 100644 --- a/include/gf_gfx_loader.h +++ b/include/gf_gfx_loader.h @@ -1,7 +1,7 @@ #ifndef POKEDIAMOND_GF_GFX_LOADER_H
#define POKEDIAMOND_GF_GFX_LOADER_H
-#include "unk_02016B94.h"
+#include "bg_window.h"
u32 GfGfxLoader_LoadCharData(NarcId narcId, s32 memberNo, struct BgConfig * unkStruct02016B94_2, u32 a3, u32 a4, u32 szByte, BOOL isCompressed, u32 heap_id);
void GfGfxLoader_LoadScrnData(NarcId narcId, s32 memberNo, struct BgConfig * unkStruct02016B94_2, u32 a3, u32 a4, u32 szByte, BOOL isCompressed, u32 heap_id);
|