diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-08 19:00:01 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-08 19:00:01 -0400 |
commit | 2e0259fceb54edb68df7e7956418f3bbbe8c08da (patch) | |
tree | 3598721e4aea16456820b3ef189ccd6f94607c46 /include/text.h | |
parent | 0335914719ef86def6999d50eefd8a342d696a6e (diff) | |
parent | 10fff9c6f2d29899952d1751d3de827e7e98bb60 (diff) |
Merge branch 'master' into vs_seeker
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h index 81e1d03f2..61ab8cecd 100644 --- a/include/text.h +++ b/include/text.h @@ -244,5 +244,9 @@ u32 GetGlyphWidthFont2(u16 glyphId, bool32 isJapanese); void DecompressGlyphFont1(u16 glyphId, bool32 isJapanese); u32 GetGlyphWidthFont1(u16 glyphId, bool32 isJapanese); void DecompressGlyphFont9(u16 glyphId); +u32 GetGlyphWidthFont3(u16 glyphId, bool32 isJapanese); +u32 GetGlyphWidthFont4(u16 glyphId, bool32 isJapanese); +u32 GetGlyphWidthFont5(u16 glyphId, bool32 isJapanese); +void sub_80062B0(struct Sprite *sprite); #endif // GUARD_TEXT_H |