#define STB_IMAGE_IMPLEMENTATION #define STBI_NO_BMP #define STBI_NO_PSD #define STBI_NO_GIF #define STBI_NO_PIC #define STBI_NO_PNM #if defined(NDEBUG) #define STBI_ASSERT(x) #endif #include "stb_image.h"