Updated platform files to ioq3 codebase

This commit is contained in:
L 2023-01-31 00:53:24 +01:00
parent 0d074c09e8
commit dc36511b5a
16 changed files with 2248 additions and 884 deletions

View file

@ -83,7 +83,8 @@ int Sys_Milliseconds (void) {
return 0;
}
void Sys_Mkdir (char *path) {
qboolean Sys_Mkdir (const char *path) {
return qfalse;
}
char *Sys_FindFirst (char *path, unsigned musthave, unsigned canthave) {