1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-26 04:02:11 +00:00

Update bfttf.h

This commit is contained in:
Pablo Curiel 2020-10-14 09:24:56 -04:00
parent e6bb15d608
commit 13efdb6074

View file

@ -40,7 +40,7 @@ typedef enum {
typedef struct {
u8 type; ///< BfttfFontType.
u32 size; ///< Decoded BFTFF font size.
u8 *ptr; ///< Pointer to font data.
u8 *ptr; ///< Pointer to font data.
} BfttfFontData;
/// Initializes the BFTTF interface.