diff options
| author | Steven Van Dorp <steven@vandorp.lu> | 2026-02-06 10:00:08 +0100 |
|---|---|---|
| committer | Steven Van Dorp <steven@vandorp.lu> | 2026-02-06 10:00:08 +0100 |
| commit | 0d8aeb6464103ec8e35c10c448bf08b0b9edc156 (patch) | |
| tree | 80ab47bf3e0f137856d8494753e774c8456c85c8 /lib/stb_truetype/stb_truetype.c | |
Diffstat (limited to 'lib/stb_truetype/stb_truetype.c')
| -rw-r--r-- | lib/stb_truetype/stb_truetype.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/stb_truetype/stb_truetype.c b/lib/stb_truetype/stb_truetype.c new file mode 100644 index 0000000..dc22d88 --- /dev/null +++ b/lib/stb_truetype/stb_truetype.c @@ -0,0 +1,2 @@ +#define STB_TRUETYPE_IMPLEMENTATION +#include "stb_truetype.h" |
