DarkflameServer/thirdparty/raknet/Source/RakSleep.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
121 B
C
Raw Normal View History

#ifndef __RAK_SLEEP_H
#define __RAK_SLEEP_H
#include "Export.h"
void RAK_DLL_EXPORT RakSleep(unsigned int ms);
#endif