diff options
Diffstat (limited to 'Tools/GeneratorPerformanceTest/GeneratorPerformanceTest.cpp')
-rw-r--r-- | Tools/GeneratorPerformanceTest/GeneratorPerformanceTest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/GeneratorPerformanceTest/GeneratorPerformanceTest.cpp b/Tools/GeneratorPerformanceTest/GeneratorPerformanceTest.cpp index 75d18149f..343651f72 100644 --- a/Tools/GeneratorPerformanceTest/GeneratorPerformanceTest.cpp +++ b/Tools/GeneratorPerformanceTest/GeneratorPerformanceTest.cpp @@ -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(); } |