Files
palladium/source/external/stb.cpp
2025-04-24 16:39:24 +02:00

4 lines
144 B
C++

#define STB_IMAGE_IMPLEMENTATION
#include <pd/external/stb_image.h>
#define STB_TRUETYPE_IMPLEMENTATION
#include <pd/external/stb_truetype.h>