summaryrefslogtreecommitdiff
path: root/stb_truetype.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-28 17:00:49 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-28 17:00:49 -0500
commit410b9b764c4a6c81a3573cf7ca23330d43931829 (patch)
tree9766f5245c9c71a8a67948ef8d2bb05613d74a01 /stb_truetype.c
parent52fd5e0c95da236fd14682ed8a7cfa34afbab2c0 (diff)
speed up debug build time
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"