Skip to content
Snippets Groups Projects
Commit 454a43f0 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

Merge branch 'fix-dummy-build-sleepduration' into 'next'

Fix dummy build

See merge request STJr/SRB2!2242
parents 933a9601 8329b21b
No related branches found
No related tags found
No related merge requests found
#include "../doomdef.h"
#include "../doomtype.h"
#include "../i_system.h"
#include "../i_time.h"
FILE *logstream = NULL;
......@@ -19,6 +20,11 @@ void I_Sleep(UINT32 ms)
(void)ms;
}
void I_SleepDuration(precise_t duration)
{
(void)duration;
}
precise_t I_GetPreciseTime(void)
{
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment