Files
cuberite-2a/source/OSSupport/Sleep.h
T

7 lines
95 B
C++
Raw Normal View History

#pragma once
class cSleep
{
public:
static void MilliSleep( unsigned int a_MilliSeconds );
2011-10-03 18:41:19 +00:00
};