aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorfschildt <florian.schildt@protonmail.com>2025-07-21 16:07:28 +0200
committerfschildt <florian.schildt@protonmail.com>2025-07-21 16:07:28 +0200
commitb46a0d9369fbaa1938f0968ab216bc2d564a9c37 (patch)
treec28b75187d01be9642af56a54a6101f51b25e4a7 /src/common
first commitHEADmaster
Diffstat (limited to 'src/common')
-rw-r--r--src/common/stb_truetype.cpp3
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>
+