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

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