Files
source/Multiplayer/raknet/RakSleep.h
T

7 lines
91 B
C

#ifndef __RAK_SLEEP_H
#define __RAK_SLEEP_H
void RakSleep(unsigned int ms);
#endif