diff options
Diffstat (limited to 'core/compatibility.cpp')
-rw-r--r-- | core/compatibility.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/core/compatibility.cpp b/core/compatibility.cpp deleted file mode 100644 index 35681b1..0000000 --- a/core/compatibility.cpp +++ /dev/null @@ -1,10 +0,0 @@ - -#ifdef _WIN32 -#include <windows.h> - -void sleep(int i) -{ - Sleep(i*1000); -} - -#endif |