diff options
author | Mattes D <github@xoft.cz> | 2014-01-25 22:55:33 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-01-25 22:55:33 +0100 |
commit | f78a62a5e3243a04b6c5544b851e0ee076ddb390 (patch) | |
tree | 1876409ce6146bbedd4db51b911cc96009288e5e /Tools/GeneratorPerformanceTest/GeneratorPerformanceTest.cpp | |
parent | Merge pull request #588 from mc-server/Sheep_Eating (diff) | |
parent | Stupid Mistake fixed (diff) | |
download | cuberite-f78a62a5e3243a04b6c5544b851e0ee076ddb390.tar cuberite-f78a62a5e3243a04b6c5544b851e0ee076ddb390.tar.gz cuberite-f78a62a5e3243a04b6c5544b851e0ee076ddb390.tar.bz2 cuberite-f78a62a5e3243a04b6c5544b851e0ee076ddb390.tar.lz cuberite-f78a62a5e3243a04b6c5544b851e0ee076ddb390.tar.xz cuberite-f78a62a5e3243a04b6c5544b851e0ee076ddb390.tar.zst cuberite-f78a62a5e3243a04b6c5544b851e0ee076ddb390.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(); +} |