diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-12 14:14:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-12 14:14:36 -0500 |
commit | 06b113c80fa41452c81d1274e9f828d4698d7e40 (patch) | |
tree | 29f2926256941a220e0fda2a5ca00d54e6dc2008 /include/text.h | |
parent | 5734043a202bb831609736802de615687531f7f3 (diff) | |
parent | dd381f49827a1e08b460336cf3bc496961d3eaec (diff) |
Merge pull request #208 from jiangzhengwenjz/librfu
s32 to sio32
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); |