1
0
cuberite-2a/converter/source/cMakeDir.h
faketruth 8a21fbf0ce 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 17:59:08 +00:00

7 lines
96 B
C++

#pragma once
class cMakeDir
{
public:
static void MakeDir( const char* a_Directory );
};