diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-12 16:48:28 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-12 16:48:28 +0100 |
| commit | 9a88e750a3805d4ba88d1119ea290ecd27000869 (patch) | |
| tree | f7a980e69f2a02ff57f9b6ce4c8a4927435f1a44 /assets/text_shader.c | |
| parent | 8829759b77259e0c8cfb033f66ccbde0eb481471 (diff) | |
fix header
Diffstat (limited to 'assets/text_shader.c')
| -rw-r--r-- | assets/text_shader.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/text_shader.c b/assets/text_shader.c new file mode 100644 index 0000000..6657459 --- /dev/null +++ b/assets/text_shader.c @@ -0,0 +1,4 @@ +#include "sokol_gfx.h" +// ensure order +#define SOKOL_SHDC_IMPL +#include "text_shader.h"
\ No newline at end of file |
