summaryrefslogtreecommitdiff
path: root/text.c
diff options
context:
space:
mode:
Diffstat (limited to 'text.c')
-rw-r--r--text.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/text.c b/text.c
index a3ff48e..4a17bbb 100644
--- a/text.c
+++ b/text.c
@@ -16,10 +16,9 @@ typedef struct
extern void stbtt_GetBakedQuad(const stbtt_bakedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int opengl_fillrule);
extern int stbtt_BakeFontBitmap(const unsigned char *data, int offset, float pixel_height, unsigned char *pixels, int pw, int ph, int first_char, int num_chars, stbtt_bakedchar *chardata);
#else
-#define STB_TRUETYPE_IMPLEMENTATION
#define STBTT_STATIC
no_warn_start
-#include "lib/stb_truetype.h"
+#include "stb_truetype.c"
no_warn_end
#endif