diff --git a/src/Drawer2D.c b/src/Drawer2D.c index 8be735623..c188da99a 100644 --- a/src/Drawer2D.c +++ b/src/Drawer2D.c @@ -723,7 +723,7 @@ void Font_Free(struct FontDesc* desc) { void SysFonts_Register(const String* path) { } static int Font_SysTextWidth(struct DrawTextArgs* args) { return 0; } -static int Font_SysTextDraw(struct DrawTextArgs* args, Bitmap* bmp, int x, int y, BitmapCol col, cc_bool shadow) { return 0; } +static void Font_SysTextDraw(struct DrawTextArgs* args, Bitmap* bmp, int x, int y, cc_bool shadow) { return 0; } #else #include "freetype/ft2build.h" #include "freetype/freetype.h"