repo structure overhaul

This commit is contained in:
Prakxo
2023-12-09 13:34:31 +01:00
parent f0d30c4e77
commit 4b8cf4324a
349 changed files with 204 additions and 662 deletions
+1 -1
View File
@@ -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);