diff options
Diffstat (limited to 'src/vendor-stb-image-include.hpp')
| -rw-r--r-- | src/vendor-stb-image-include.hpp | 7 |
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 */ |
