8 lines
159 B
C
8 lines
159 B
C
|
#include "rf_stbi.h"
|
||
|
|
||
|
#define STB_IMAGE_IMPLEMENTATION 1
|
||
|
#include "stb/stb_image.h"
|
||
|
|
||
|
#define STB_IMAGE_WRITE_IMPLEMENTATION 1
|
||
|
#include "stb/stb_image_write.h"
|