summaryrefslogtreecommitdiff
path: root/stb_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'stb_image.h')
-rw-r--r--stb_image.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/stb_image.h b/stb_image.h
new file mode 100644
index 0000000..a4fdbd0
--- /dev/null
+++ b/stb_image.h
@@ -0,0 +1,7 @@
+#ifndef STB_IMAGE_H
+#define STB_IMAGE_H
+
+#define STBI_HEADER_FILE_ONLY
+#include "stb_image.c"
+
+#endif