mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Updated platform files to ioq3 codebase
This commit is contained in:
parent
0d074c09e8
commit
dc36511b5a
16 changed files with 2248 additions and 884 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue