1
0
Fork 0
cuberite-2a/Tools/GeneratorPerformanceTest/GeneratorPerformanceTest.cpp

9 lines
137 B
C++
Raw Normal View History

#include "Globals.h"
#include "ChunkGenerator.h"
2017-12-23 12:49:08 +00:00
int main(int argc, char * argv[])
{
cChunkGenerator Generator = cChunkGenerator();
}