Files
2023-04-23 21:57:20 +08:00

11 lines
264 B
C++

#define STB_IMAGE_IMPLEMENTATION
#include <stb/stb_image.h>
#define STB_IMAGE_RESIZE_IMPLEMENTATION
#include <stb/stb_image_resize.h>
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include <stb/stb_image_write.h>
#define STB_DXT_IMPLEMENTATION
#include <stb/stb_dxt.h>