🛠️🐜 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.

16 lines
306 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_HDR
  6. #define STBI_NO_PIC
  7. #define STBI_NO_PNM
  8. #define STBI_NO_FAILURE_STRINGS
  9. #define STBI_NO_LINEAR
  10. #define STBI_NO_STDIO
  11. #if defined(NDEBUG)
  12. #define STBI_ASSERT(x)
  13. #endif
  14. #include "stb_image.h"