diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-11 07:50:19 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-11 07:50:19 +0100 |
| commit | d40dd284f712135bb12188c2c804bfca4a35e1cf (patch) | |
| tree | 6047fb8fbf07b68373d3fa894605b649752f80e1 | |
| parent | c6f932a1f65d23e327c09a5f90862da3d80cb6f9 (diff) | |
working on text
| -rw-r--r-- | src/text.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/text.h b/src/text.h new file mode 100644 index 0000000..089ccce --- /dev/null +++ b/src/text.h @@ -0,0 +1,6 @@ +#pragma once + +#include "utils.h" +#include "vec.h" + +struct font_s {};
\ No newline at end of file |
