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
eddc360bd7
cuberite-2a
/
converter
/
source
/
cMakeDir.h
7 lines
90 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
cMakeDir
{
public
:
static
void
MakeDir
(
const
char
*
a_Directory
)
;
I think I fixed the memory leaks in the converter Updated makefile for Unix I changed how the converter works, now you simply put the .exe in the folder you want to convert and run it, it'll output all the files in ./world git-svn-id: http://mc-server.googlecode.com/svn/trunk@132 0a769ca7-a7f5-676a-18bf-c427514a06d6
2011-12-27 12:59:08 -05:00
}
;
Copy Permalink