aboutsummaryrefslogtreecommitdiff
path: root/_head.c
diff options
context:
space:
mode:
Diffstat (limited to '_head.c')
-rw-r--r--_head.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/_head.c b/_head.c
index afa4308..5450be1 100644
--- a/_head.c
+++ b/_head.c
@@ -1 +1,7 @@
/* Licensing information can be found at the end of the file. */
+
+#ifdef TZR_STB_IMAGE
+#define STB_IMAGE_IMPLEMENTATION
+#include "stb_image.h"
+#undef STB_IMAGE_IMPLEMENTATION
+#endif