diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-06-24 15:14:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 15:14:18 +0100 |
commit | b206a442260c00b7bb2032a4c865f4d5aeb8475c (patch) | |
tree | f6b3e4806f699a8a21be8e0d4a1c01bcccd404e9 /include/font.h | |
parent | 5e61b9f18d4592bd964e238e2d3f45265f863cea (diff) | |
parent | ac7337cc6410f96eb743c46f30c195b0da805ae5 (diff) |
Merge branch 'master' into 0202A1E0
Diffstat (limited to 'include/font.h')
-rw-r--r-- | include/font.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/font.h b/include/font.h index 3818fb7b..6617f8ef 100644 --- a/include/font.h +++ b/include/font.h @@ -10,9 +10,11 @@ struct UnkStruct_02002C14 u8 width; u8 height; void *unk84[4]; - void *unk94[4]; + struct UnkStruct_0202199C *unk94[4]; }; +extern struct UnkStruct_02002C14 *UNK_02106FC8; + void FUN_02002C14(); void FUN_02002C50(u32 param0, u32 param1); void FUN_02002C84(s32 param0, u32 param1); |