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

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

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