diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-02-12 13:29:21 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-12 13:29:21 -0600 |
commit | 398e775d906ff4f1e5aaad3d8a9eee530c7b122d (patch) | |
tree | 014ec5260e31dc145285ddc8990043c8b4941c2b /include/text.h | |
parent | a4787bc06a323071d32d3e0705e9cd39d9221452 (diff) | |
parent | 511831ff1f026553793599320ed97e07ab851dea (diff) |
Merge pull request #201 from golemgalvanize/decompile_item_menu
Decompile item menu
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); |