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
05a1f89286
cuberite-2a
/
source
/
cMakeDir.h
17 lines
118 B
C
Raw
Normal View
History
Unescape
Escape
Anvil storage writing (Basic storage is working, NO entities except for chests are working! Don't use for real servers) git-svn-id: http://mc-server.googlecode.com/svn/trunk@475 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-04-23 17:20:32 -04:00
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
#
pragma once
Anvil storage writing (Basic storage is working, NO entities except for chests are working! Don't use for real servers) git-svn-id: http://mc-server.googlecode.com/svn/trunk@475 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-04-23 17:20:32 -04:00
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
class
cMakeDir
{
public
:
Anvil storage writing (Basic storage is working, NO entities except for chests are working! Don't use for real servers) git-svn-id: http://mc-server.googlecode.com/svn/trunk@475 0a769ca7-a7f5-676a-18bf-c427514a06d6
2012-04-23 17:20:32 -04:00
static
void
MakeDir
(
const
AString
&
a_Directory
)
;
}
;
Copy Permalink