mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-20 18:42:34 +00:00
Moved Sys_mkdir() to common/sys_common.c
!!! FIXME !!! Move Sys_DoubleTime() there too.
This commit is contained in:
parent
983243b577
commit
1c432eec0e
1 changed files with 0 additions and 6 deletions
|
@ -376,12 +376,6 @@ UpdateSbrk:
|
|||
}
|
||||
|
||||
|
||||
void Sys_mkdir (char *path)
|
||||
{
|
||||
mkdir (path, 0777);
|
||||
}
|
||||
|
||||
|
||||
void Sys_Sleep(void)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue