This website requires JavaScript.
Explore
Help
Sign In
flewkey
/
cuberite-2a
Watch
1
Star
0
Fork
0
Code
Releases
Activity
Files
7049db5bf88e6a75f108fa0640dfb9ada85fadff
cuberite-2a
/
src
/
OSSupport
/
Sleep.h
T
8 lines
95 B
C++
Raw
Normal View
History
Unescape
Escape
Attempt to bring sanity to newlines across systems.
2012-06-14 13:06:06 +00:00
#pragma once
class
cSleep
{
public
:
Style: Normalized to no spaces before closing parenthesis.
2014-07-21 15:19:48 +02:00
static
void
MilliSleep
(
unsigned
int
a_MilliSeconds
);
Added newlines. Without them, the files would not compile.
2014-03-25 10:33:52 -06:00
};
Copy Permalink