mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-10 10:18:21 +00:00
9 lines
121 B
C
9 lines
121 B
C
|
#ifndef __RAK_SLEEP_H
|
||
|
#define __RAK_SLEEP_H
|
||
|
|
||
|
#include "Export.h"
|
||
|
|
||
|
void RAK_DLL_EXPORT RakSleep(unsigned int ms);
|
||
|
|
||
|
#endif
|