This website requires JavaScript.
Explore
Help
Sign In
flewkey
/
cuberite-2a
Watch
1
Star
0
Fork
0
You've already forked cuberite-2a
Code
Releases
Activity
1f42ef9a1e
cuberite-2a
/
source
/
cSleep.h
7 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
Attempt to bring sanity to newlines across systems. git-svn-id: http://mc-server.googlecode.com/svn/trunk@606 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-06-14 09:06:06 -04:00
#
pragma once
class
cSleep
{
public
:
static
void
MilliSleep
(
unsigned
int
a_MilliSeconds
)
;
MCServer c++ source files git-svn-id: http://mc-server.googlecode.com/svn/trunk@3 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-10-03 14:41:19 -04:00
}
;
Copy Permalink