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