🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
209 B

  1. #define STB_IMAGE_IMPLEMENTATION
  2. #define STBI_NO_BMP
  3. #define STBI_NO_PSD
  4. #define STBI_NO_GIF
  5. #define STBI_NO_PIC
  6. #define STBI_NO_PNM
  7. #if defined(NDEBUG)
  8. #define STBI_ASSERT(x)
  9. #endif
  10. #include "stb_image.h"