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

9 lines
137 B
C++

#include "Globals.h"
#include "ChunkGenerator.h"
int main(int argc, char * argv[])
{
cChunkGenerator Generator = cChunkGenerator();
}