diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-06-23 00:11:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 00:11:42 +0100 |
commit | 5e61b9f18d4592bd964e238e2d3f45265f863cea (patch) | |
tree | 4d57137cd2097018e31d2db19d72c22f51942834 /arm9/src/text.c | |
parent | cec1d428f458997fe3e4c0ac4abf0dc6b36ba699 (diff) | |
parent | 66d408a02664eabd153377fe3f4842da0da2d627 (diff) |
Merge branch 'master' into 0202A1E0
Diffstat (limited to 'arm9/src/text.c')
-rw-r--r-- | arm9/src/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/text.c b/arm9/src/text.c index 36349b8b..8ca16d55 100644 --- a/arm9/src/text.c +++ b/arm9/src/text.c @@ -5,6 +5,7 @@ #include "filesystem.h" #include "script_buffers.h" #include "unk_0200CA44.h" +#include "font.h" const struct FontInfo *gFonts = NULL; @@ -19,7 +20,6 @@ extern struct TextPrinter *FUN_0201B6C8(void); extern void FUN_0201C1A8(struct TextPrinter *printer); -extern u32 FontFunc(u8 fontId, struct TextPrinter *printer); extern void * GfGfxLoader_GetCharData(NarcId, s32, s32, struct UnkStruct_0200B870_sub **, u32); |