Hide the evidence I didn't fully test last commit

This commit is contained in:
UnknownShadow200 2020-04-28 22:34:52 +10:00
parent 22e0afc2fc
commit 556134290b

View File

@ -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"