Added VS2010 project and solution for the DeNotch map converter

git-svn-id: http://mc-server.googlecode.com/svn/trunk@129 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
faketruth
2011-12-27 16:21:48 +00:00
parent 35419380d8
commit e203be06e8
6 changed files with 210 additions and 0 deletions
+5
View File
@@ -1,3 +1,5 @@
#if 0
/* list contents of a directory */
#include <stdio.h>
#include <stdlib.h>
@@ -50,3 +52,6 @@ int main (int argc, char *argv[]) {
}
return EXIT_SUCCESS;
}
#endif