From b46a0d9369fbaa1938f0968ab216bc2d564a9c37 Mon Sep 17 00:00:00 2001 From: fschildt Date: Mon, 21 Jul 2025 16:07:28 +0200 Subject: first commit --- src/common/stb_truetype.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/common/stb_truetype.cpp (limited to 'src/common/stb_truetype.cpp') 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 + -- cgit v1.2.3