mirror of
https://gitea.sffempire.ru/Kolyah35/minecraft-pe-0.6.1.git
synced 2026-03-20 23:13:33 +00:00
9 lines
129 B
C
Executable File
9 lines
129 B
C
Executable File
#ifndef __RAK_SLEEP_H
|
|
#define __RAK_SLEEP_H
|
|
|
|
#include "Export.h"
|
|
|
|
void RAK_DLL_EXPORT RakSleep(unsigned int ms);
|
|
|
|
#endif
|