mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-09-03 00:53:49 -04:00
repo structure overhaul
This commit is contained in:
+1
-1
@@ -506,7 +506,7 @@ extern void mFont_ct();
|
||||
extern int mFont_UnintToString(u8* str, int figure, u32 num, int figure_start, int left_cut, int fill_zero, int separator);
|
||||
extern int mFont_char_save_data_check(u8 c);
|
||||
extern u8 mFont_small_to_capital(u8 small);
|
||||
extern int mFont_GetCodeWidth(int c, int cut);
|
||||
extern int mFont_GetCodeWidth(u8 c, int cut);
|
||||
extern int mFont_GetStringWidth(u8* str, int len, int cut);
|
||||
extern int mFont_GetStringWidth2(u8* str, int len, int cut);
|
||||
extern int mFont_CodeSize_get(u8* str);
|
||||
|
||||
Reference in New Issue
Block a user