mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/GabsPuNs-MinecraftConsoles.git
synced 2026-07-03 11:24:24 +00:00
6 lines
99 B
C++
6 lines
99 B
C++
#include <sys/timer.h>
|
|
|
|
void Wait(int a_Milliseconds)
|
|
{
|
|
sys_timer_usleep(a_Milliseconds * 1000);
|
|
} |