lovr/src/lib/stb/stb_image.c

8 lines
168 B
C
Raw Normal View History

2017-01-22 01:15:04 +00:00
#define STB_IMAGE_IMPLEMENTATION
#define STBI_NO_STDIO
#define STBI_ONLY_JPEG
#define STBI_ONLY_PNG
#define STBI_ONLY_HDR
2019-11-25 01:27:17 +00:00
#define STBI_ASSERT(x)
2017-01-22 01:15:04 +00:00
#include "stb_image.h"