summaryrefslogtreecommitdiffstats
path: root/Tools/GeneratorPerformanceTest/GeneratorPerformanceTest.cpp
blob: 75d18149f97731cc6713cb6838396fad78a7accc (plain) (blame)
1
2
3
4
5
6
7

#include "Globals.h"
#include "ChunkGenerator.h"

int main(int argc, char * argv[]) {
	cChunkGenerator Generator = cChunkGenerator();
}