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