1
0
cuberite-2a/source/cSleep.h

7 lines
101 B
C
Raw Normal View History

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