blob: ae13415a0e87e8ad22f8b194334c8b6795996716 (
plain)
1
2
3
4
5
6
7
|
// used for debug build to speed things up
// just exports everything in stb_image.h
#define STB_IMAGE_IMPLEMENTATION
#if __TINYC__
#define STBI_NO_SIMD
#endif
#include "lib/stb_image.h"
|