summaryrefslogtreecommitdiffstats
path: root/external/stb/src
diff options
context:
space:
mode:
Diffstat (limited to 'external/stb/src')
-rw-r--r--external/stb/src/stb_impl.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/external/stb/src/stb_impl.c b/external/stb/src/stb_impl.c
new file mode 100644
index 0000000..08bf6ef
--- /dev/null
+++ b/external/stb/src/stb_impl.c
@@ -0,0 +1,5 @@
+#define STB_IMAGE_IMPLEMENTATION
+#include <stb_image.h>
+
+#define STB_IMAGE_WRITE_IMPLEMENTATION
+#include <stb_image_write.h>