common code for shaders
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#ifndef STRINGS_H
|
||||
#define STRINGS_H
|
||||
|
||||
char *concat(const char *s1, const char *s2);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user