summaryrefslogtreecommitdiffstats
path: root/deps/stb/src/stb_impl.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/stb/src/stb_impl.c')
-rw-r--r--deps/stb/src/stb_impl.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/stb/src/stb_impl.c b/deps/stb/src/stb_impl.c
new file mode 100644
index 0000000..08bf6ef
--- /dev/null
+++ b/deps/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>