1 #ifdef __clang__
2 #define STBIDEF static inline
3 #endif
4 
5 #define STB_IMAGE_STATIC
6 #define STB_IMAGE_IMPLEMENTATION
7 #include "stb_image.h"