I hate my life

This commit is contained in:
2021-11-05 10:55:10 -07:00
parent 489c282022
commit b6cc69eef6
18 changed files with 524 additions and 88 deletions

View File

@ -19,4 +19,6 @@
void fileNormalizeSlashes(char *string);
void fileMkdirp(char *path);
void fileMkdirp(char *path);
void assetReadString(FILE *file, char *buffer);