make_stb.cpp 291 B

12345678910111213
  1. #include <stdint.h>
  2. #include <string>
  3. #include "../../include/defines.h"
  4. #define STB_IMAGE_IMPLEMENTATION
  5. #include "../stb/stb_image.h"
  6. #define STB_IMAGE_WRITE_IMPLEMENTATION
  7. #include "../stb/stb_image_write.h"
  8. #define STB_IMAGE_RESIZE_IMPLEMENTATION
  9. #include "../stb/stb_image_resize.h"