summaryrefslogtreecommitdiffstats
path: root/source/cSleep.h
blob: 20ca7fc7df7dfef0b8225dcea1acae9436b100b3 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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