summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-02-14 01:12:17 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-02-14 01:12:17 +0100
commit5dde701c819ca19f00bc77f7979fa287da0d7c0b (patch)
tree1fc2b07546aaafa6e06cfe4218ba4127cdba3c74 /include/text.h
parent94b47c0686d3f4c5da962011797cc89a2efdd88c (diff)
parentbb8c53f8988be6cad8f270c46f24e0f6f1e862cc (diff)
merge overworld with master
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h1
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);