mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-27 07:09:12 +02: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);
|
|
} |