ReFuel.StbImage/rf_stbi.c

8 lines
159 B
C
Raw Permalink Normal View History

2024-06-14 17:24:38 +02:00
#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"