diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-01-19 21:50:07 +0100 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-01-19 21:50:07 +0100 |
commit | 2aa28ad6f453f65bdbf682a62ffae26fcecaa437 (patch) | |
tree | 025487eb90ab35203786c5e5caa351904b9a1e13 /Tools/GeneratorPerformanceTest/GeneratorPerformanceTest.cpp | |
parent | Switched EnchantmentSerilizer to namespace (diff) | |
download | cuberite-2aa28ad6f453f65bdbf682a62ffae26fcecaa437.tar cuberite-2aa28ad6f453f65bdbf682a62ffae26fcecaa437.tar.gz cuberite-2aa28ad6f453f65bdbf682a62ffae26fcecaa437.tar.bz2 cuberite-2aa28ad6f453f65bdbf682a62ffae26fcecaa437.tar.lz cuberite-2aa28ad6f453f65bdbf682a62ffae26fcecaa437.tar.xz cuberite-2aa28ad6f453f65bdbf682a62ffae26fcecaa437.tar.zst cuberite-2aa28ad6f453f65bdbf682a62ffae26fcecaa437.zip |
Diffstat (limited to 'Tools/GeneratorPerformanceTest/GeneratorPerformanceTest.cpp')
-rw-r--r-- | Tools/GeneratorPerformanceTest/GeneratorPerformanceTest.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tools/GeneratorPerformanceTest/GeneratorPerformanceTest.cpp b/Tools/GeneratorPerformanceTest/GeneratorPerformanceTest.cpp new file mode 100644 index 000000000..75d18149f --- /dev/null +++ b/Tools/GeneratorPerformanceTest/GeneratorPerformanceTest.cpp @@ -0,0 +1,7 @@ + +#include "Globals.h" +#include "ChunkGenerator.h" + +int main(int argc, char * argv[]) { + cChunkGenerator Generator = cChunkGenerator(); +} |