2024-02-19 19:20:37 +01:00
|
|
|
#define STB_IMAGE_IMPLEMENTATION
|
|
|
|
#include <renderd7/external/stb_image.h>
|
|
|
|
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
|
|
|
#include <renderd7/external/stb_image_write.h>
|
|
|
|
#define STB_TRUETYPE_IMPLEMENTATION
|
|
|
|
#include <renderd7/external/stb_truetype.h>
|