mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Dummy I_GetTimeMicros
This commit is contained in:
parent
c5c45a1fb0
commit
4bfaa9ae9a
1 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,11 @@ tic_t I_GetTime(void)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int I_GetTimeMicros(void)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
void I_Sleep(void){}
|
void I_Sleep(void){}
|
||||||
|
|
||||||
void I_GetEvent(void){}
|
void I_GetEvent(void){}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue