diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-11 18:47:20 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-11 18:47:20 -0400 |
commit | d0c63f0f5971e94dc3607feb9e8e7d995ebcacb4 (patch) | |
tree | 029341e0410b88d8588b2f32e65fe5b35c27d197 /include/palette.h | |
parent | 913f2a9a1d88ca8fb86557cc265cd6ca7fac80e4 (diff) |
through sub_8111984
Diffstat (limited to 'include/palette.h')
-rw-r--r-- | include/palette.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/palette.h b/include/palette.h index d3bcd2271..ffdc0496d 100644 --- a/include/palette.h +++ b/include/palette.h @@ -68,4 +68,6 @@ void BeginHardwarePaletteFade(u8, u8, u8, u8, u8); void BlendPalettes(u32, u8, u16); void BlendPalettesUnfaded(u32, u8, u16); +extern struct PaletteFadeControl gUnknown_2037AB8; + #endif // GUARD_PALETTE_H |