diff options
Diffstat (limited to 'include/main.h')
-rw-r--r-- | include/main.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/main.h b/include/main.h index e2a5a937..23059702 100644 --- a/include/main.h +++ b/include/main.h @@ -22,6 +22,21 @@ struct Unk2106FA0 s32 unk20; }; +struct Unk21C4818 +{ + u32 unk0; + u32 unk4; + u32 unk8; + u32 unkC; +}; + +struct Unk21C4828 +{ + u32 unk0; + u32 unk4; + u32 unk8; +}; + struct Unk21C48B8 { void (*unk0)(s32); |