summaryrefslogtreecommitdiff
path: root/stb_truetype.c
diff options
context:
space:
mode:
Diffstat (limited to 'stb_truetype.c')
-rw-r--r--stb_truetype.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/stb_truetype.c b/stb_truetype.c
new file mode 100644
index 0000000..444b245
--- /dev/null
+++ b/stb_truetype.c
@@ -0,0 +1,4 @@
+// used for debug build to speed things up
+// just exports everything in stb_truetype.h
+#define STB_TRUETYPE_IMPLEMENTATION
+#include "lib/stb_truetype.h"