DarkflameServer/thirdparty/raknet/Source/RakSleep.h
2021-12-05 18:54:36 +01:00

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