92c59963f
386d58b58
1 2 3 4 5 6
7
#pragma once class cSleep { public: static void MilliSleep( unsigned int a_MilliSeconds ); };