From 4955f728f282e6730193e307a50f8ae174a432c3 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Thu, 31 Aug 2023 15:10:19 -0400 Subject: add stb_image --- src/vendor/stb_image_include.hpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/vendor/stb_image_include.hpp (limited to 'src/vendor/stb_image_include.hpp') 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 */ -- cgit v1.2.3