Files
cell-image/common.c
2025-12-11 10:37:41 -06:00

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"