common code for shaders

This commit is contained in:
2025-09-15 23:39:18 +02:00
parent 858d504528
commit e91c113471
16 changed files with 139 additions and 91 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef STRINGS_H
#define STRINGS_H
char *concat(const char *s1, const char *s2);
#endif