twn_skybox.c
This commit is contained in:
7
src/twn_util_c.h
Normal file
7
src/twn_util_c.h
Normal 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
|
Reference in New Issue
Block a user