diff options
Diffstat (limited to '')
-rw-r--r-- | source/cSleep.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/source/cSleep.h b/source/cSleep.h index 20ca7fc7d..5298c15da 100644 --- a/source/cSleep.h +++ b/source/cSleep.h @@ -1,7 +1,7 @@ -#pragma once
-
-class cSleep
-{
-public:
- static void MilliSleep( unsigned int a_MilliSeconds );
+#pragma once + +class cSleep +{ +public: + static void MilliSleep( unsigned int a_MilliSeconds ); };
\ No newline at end of file |