summaryrefslogtreecommitdiff
path: root/gfx/models/stb_image.c
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/models/stb_image.c')
-rw-r--r--gfx/models/stb_image.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gfx/models/stb_image.c b/gfx/models/stb_image.c
new file mode 100644
index 0000000..c15369e
--- /dev/null
+++ b/gfx/models/stb_image.c
@@ -0,0 +1,4 @@
+#ifndef TIDY
+# define STB_IMAGE_IMPLEMENTATION
+# include "stb/stb_image.h"
+#endif