diff options
Diffstat (limited to 'src/OSSupport/Sleep.h')
-rw-r--r-- | src/OSSupport/Sleep.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/OSSupport/Sleep.h b/src/OSSupport/Sleep.h new file mode 100644 index 000000000..5298c15da --- /dev/null +++ b/src/OSSupport/Sleep.h @@ -0,0 +1,7 @@ +#pragma once + +class cSleep +{ +public: + static void MilliSleep( unsigned int a_MilliSeconds ); +};
\ No newline at end of file |