mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-10 02:08:20 +00:00
0545adfac3
Have fun!
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
|