7 lines
175 B
C
7 lines
175 B
C
#define STB_IMAGE_IMPLEMENTATION
|
|
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
|
#define STBI_FAILURE_USERMSG
|
|
#define STBI_NO_STDIO
|
|
#include "stb_image.h"
|
|
#include "stb_image_write.h"
|