lovr/src/lib/stb/stb_image.c

7 lines
145 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
2017-01-22 01:15:04 +00:00
#include "stb_image.h"