1
0
cuberite-2a/source/OSSupport/Sleep.h
2012-09-23 21:23:33 +00:00

7 lines
95 B
C++

#pragma once
class cSleep
{
public:
static void MilliSleep( unsigned int a_MilliSeconds );
};