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

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