diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-12 16:36:56 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-12 16:36:56 +0100 |
| commit | ee1d1eb500349423599c3a317d97dd5fe0d75580 (patch) | |
| tree | 084e9ac856039a9c4b673f47ea160a47d621060a /src/text.h | |
| parent | 2757509bffc84cb912e438e74d9bcdfb1d2c5e68 (diff) | |
working on compiling shaders
Diffstat (limited to 'src/text.h')
| -rw-r--r-- | src/text.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/text.h b/src/text.h new file mode 100644 index 0000000..6eb7df1 --- /dev/null +++ b/src/text.h @@ -0,0 +1,11 @@ +#pragma once + +#include "freetype/freetype.h" + +struct face_ctx_s { + FT_Library library; +}; + +struct face_s { + FT_Face face; +};
\ No newline at end of file |
