1
0

First attempt at Compiling Generator seperatly

This commit is contained in:
Tycho
2014-01-19 12:50:07 -08:00
parent f13a14d2cf
commit 2aa28ad6f4
3 changed files with 23 additions and 0 deletions

View File

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