2023-09-07 16:27:41 +08:00
|
|
|
|
|
|
|
// Bad wrapper for stb image library.
|
|
|
|
|
|
|
|
#define STB_IMAGE_IMPLEMENTATION
|
2024-08-16 22:07:23 +08:00
|
|
|
#include <stb_image.h>
|
2023-09-07 16:27:41 +08:00
|
|
|
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
2024-08-16 22:07:23 +08:00
|
|
|
#include <stb_image_write.h>
|
2023-09-07 16:27:41 +08:00
|
|
|
#define STB_IMAGE_RESIZE_IMPLEMENTATION
|
2024-08-16 22:07:23 +08:00
|
|
|
#include <stb_image_resize.h>
|