Fix style of Tools

This commit is contained in:
Alexander Lyons Harkness
2017-12-24 14:23:23 +00:00
parent aff140365d
commit 1926181cb7
45 changed files with 626 additions and 773 deletions
@@ -2,6 +2,7 @@
#include "Globals.h"
#include "ChunkGenerator.h"
int main(int argc, char * argv[]) {
int main(int argc, char * argv[])
{
cChunkGenerator Generator = cChunkGenerator();
}