summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Sleep.h
blob: 57d29682c77715b3fff39337e693570bc2b10d0f (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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