diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-12 19:52:26 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-12 19:52:26 +0100 |
| commit | 6c54d348d5af73e33f63f76800480be9fd0db165 (patch) | |
| tree | 39ad97a76e32e1f837ad6d93c7af22357485451e /src/shaders.h | |
| parent | 698389df4963ca2e08c6d8b62001bc681e46bddb (diff) | |
fix abi problems
Diffstat (limited to 'src/shaders.h')
| -rw-r--r-- | src/shaders.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/shaders.h b/src/shaders.h new file mode 100644 index 0000000..b772f50 --- /dev/null +++ b/src/shaders.h @@ -0,0 +1,5 @@ +#pragma once + +extern "C" { +#include "text_shader.h" +} |
