diff options
Diffstat (limited to 'src/common/stb_truetype.cpp')
-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> + |