fix some parts
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-03-08 07:06:12 +09:00
commit 0fde05fa03
4 changed files with 8 additions and 9 deletions

View file

@ -128,7 +128,7 @@ static void ft2_MwFontFree(void* handle) {
free(ttf);
}
int MWFL_FT2Setup() {
int MWFL_FT2Setup(void) {
MwFLDrawText = ft2_MwDrawText;
MwFLTextWidth = ft2_MwTextWidth;
MwFLTextHeight = ft2_MwTextHeight;