diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-24 00:02:29 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-24 00:02:29 +0100 |
commit | 9320fe8f8533ae3f0f8ef638f7cc6a51076af21f (patch) | |
tree | 92748ee23bfd38a53236ccfbf8c5f10299e44a97 /src/text.c | |
parent | 81b38c00e4933f2dea6fbd2e80ae13692a19fa66 (diff) |
Clear includes
Diffstat (limited to 'src/text.c')
-rw-r--r-- | src/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text.c b/src/text.c index 39e412633..a439d3ced 100644 --- a/src/text.c +++ b/src/text.c @@ -9,12 +9,12 @@ #include "window.h" #include "text.h" #include "blit.h" +#include "menu.h" #include "dynamic_placeholder_text_util.h" extern u8 GetKeypadIconWidth(u8 keypadIconId); extern u16 Font6Func(struct TextPrinter *textPrinter); extern u32 GetGlyphWidthFont6(u16 glyphId, bool32 isJapanese); -extern int GetPlayerTextSpeed(); EWRAM_DATA struct TextPrinter gTempTextPrinter = {0}; EWRAM_DATA struct TextPrinter gTextPrinters[NUM_TEXT_PRINTERS] = {0}; |