This website requires JavaScript.
Explore
Help
Sign In
flewkey
/
cuberite-2a
Watch
1
Star
0
Fork
0
Code
Releases
Activity
Files
2f3dc0300534b8ca3fa4bf8d57bfa886b1df4c2f
cuberite-2a
/
converter
/
source
/
cMakeDir.h
T
7 lines
90 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
cMakeDir
{
public
:
static
void
MakeDir
(
const
char
*
a_Directory
);
I think I fixed the memory leaks in the converter
2011-12-27 17:59:08 +00:00
};
Copy Permalink