summaryrefslogtreecommitdiff
path: root/src/vendor-stb-image-include.h
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-01-14 18:17:54 -0500
committerJonathan Bradley <jcb@pikum.xyz>2025-01-14 18:17:54 -0500
commit5a7b4a65a1d93744e4a5e6cc6df4244f61b81f68 (patch)
tree4b59cb1d6e513c1caefdc7e4c35955741bcfe206 /src/vendor-stb-image-include.h
parent80a67230fe192287503092a3d256aea3a494409c (diff)
chore: fix compiler warnings + extra includes
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 */