From 556134290bf4be6d988f85bca2d8acd1e3fecaa2 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Tue, 28 Apr 2020 22:34:52 +1000 Subject: [PATCH] Hide the evidence I didn't fully test last commit --- src/Drawer2D.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"