From 5a7b4a65a1d93744e4a5e6cc6df4244f61b81f68 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Tue, 14 Jan 2025 18:17:54 -0500 Subject: chore: fix compiler warnings + extra includes --- src/vendor-stb-image-include.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/vendor-stb-image-include.h (limited to 'src/vendor-stb-image-include.h') 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 */ -- cgit v1.2.3