diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2020-01-10 14:12:32 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2020-01-10 14:12:32 +0800 |
commit | dd381f49827a1e08b460336cf3bc496961d3eaec (patch) | |
tree | 08f7450cefbc020fcf22737c80ff0334c7b541e8 /include/text.h | |
parent | 514a67edc114ab7772ebd823919b462e0f8c5a9b (diff) |
use headers in main.c
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/text.h b/include/text.h index 578a0d735..a15b42c92 100644 --- a/include/text.h +++ b/include/text.h @@ -255,7 +255,6 @@ u8 DrawKeypadIcon(u8 windowId, u8 keypadIconId, u16 x, u16 y); u8 GetKeypadIconTileOffset(u8 keypadIconId); u8 GetKeypadIconWidth(u8 keypadIconId); u8 GetKeypadIconHeight(u8 keypadIconId); -void SetDefaultFontsPointer(void); u8 GetFontAttribute(u8 fontId, u8 attributeId); u8 GetMenuCursorDimensionByFont(u8 fontId, u8 whichDimension); void DecompressGlyphFont0(u16 glyphId, bool32 isJapanese); |