diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-02-08 21:00:28 -0500 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-02-08 21:00:28 -0500 |
commit | 56e1a52823e111ba360031338249a08162150a08 (patch) | |
tree | 2779531f046d944182f88bbc1e17adf36aa2b9e4 /include/text.h | |
parent | de95a703b0350996ca26f245392c3a1dae34ea63 (diff) |
Fixes
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h index e073c3762..81c066426 100644 --- a/include/text.h +++ b/include/text.h @@ -208,6 +208,7 @@ void DecompressGlyphTile(const u16 *src, u16 *dest); u8 GetLastTextColor(u8 colorType); void CopyGlyphToWindow(struct TextPrinter *x); void ClearTextSpan(struct TextPrinter *textPrinter, u32 width); +u8 GetMenuCursorDimensionByFont(u8, u8); u16 Font0Func(struct TextPrinter *textPrinter); u16 Font1Func(struct TextPrinter *textPrinter); |