blob: cfea99a747da37e85f5941b904470a4410e27c7f (
plain)
1
2
3
4
5
6
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 */
|