twn_skybox.c

This commit is contained in:
2024-09-26 21:02:56 +03:00
parent 0fe1023667
commit c0dcdf8c0a
22 changed files with 268 additions and 13 deletions

7
src/twn_util_c.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef TWN_UTIL_C_H
#define TWN_UTIL_C_H
/* note: you must free the returned string */
char *expand_asterisk(const char *mask, const char *to);
#endif