summaryrefslogtreecommitdiff
path: root/src/vendor-stb-image-include.hpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-01-09 14:44:31 -0500
committerJonathan Bradley <jcb@pikum.xyz>2025-01-09 14:44:31 -0500
commitb76e309166f714b0a66fb4802f02e92a82d09082 (patch)
tree44244fc0e6f873e1ccf6e1e95e2fec62fcec394a /src/vendor-stb-image-include.hpp
parentb04fefe8ee0086bc1404c06b8351ecb4e942f151 (diff)
flatten file structure + rename
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..bd8658c
--- /dev/null
+++ b/src/vendor-stb-image-include.hpp
@@ -0,0 +1,7 @@
+#ifndef PKE_STB_IMAGE_INCLUDE_HPP
+#define PKE_STB_IMAGE_INCLUDE_HPP
+
+#include "stb_image.h"
+#include "stb_image_write.h"
+
+#endif /* PKE_STB_IMAGE_INCLUDE_HPP */