index
:
legacy/ec.git
core
master
evil core repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
compatibility.cpp
blob: 35681b11fd4c430b9cb32a86a1e9135f40e9cc73 (
plain
)
1
2
3
4
5
6
7
8
9
10
#ifdef _WIN32 #include <windows.h> void sleep(int i) { Sleep(i*1000); } #endif