]> git.bts.cx Git - benzene.git/blob - src/bz/impl.c
Initial version
[benzene.git] / src / bz / impl.c
1 // This file is exclusively for single header implementations
2
3 #define STB_IMAGE_IMPLEMENTATION
4 #define STBI_NO_STDIO
5 #define STBI_ONLY_PNG // STBI_ONLY_ZLIB
6 #include <stb_image.h>
7
8 #define STB_SPRINTF_IMPLEMENTATION
9 #include <stb_sprintf.h>
10
11 #define STB_TRUETYPE_IMPLEMENTATION
12 #include <stb_truetype.h>