diff options
author | fschildt <florian.schildt@protonmail.com> | 2025-07-21 16:07:28 +0200 |
---|---|---|
committer | fschildt <florian.schildt@protonmail.com> | 2025-07-21 16:07:28 +0200 |
commit | b46a0d9369fbaa1938f0968ab216bc2d564a9c37 (patch) | |
tree | c28b75187d01be9642af56a54a6101f51b25e4a7 /src/common |
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/stb_truetype.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/stb_truetype.cpp b/src/common/stb_truetype.cpp new file mode 100644 index 0000000..cc11b20 --- /dev/null +++ b/src/common/stb_truetype.cpp @@ -0,0 +1,3 @@ +#define STB_TRUETYPE_IMPLEMENTATION +#include <stb_truetype.h> + |