summaryrefslogtreecommitdiffstats
path: root/source/cWorldGenerator_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cWorldGenerator_Test.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/cWorldGenerator_Test.cpp b/source/cWorldGenerator_Test.cpp
index d6cc2c00b..a484e43ec 100644
--- a/source/cWorldGenerator_Test.cpp
+++ b/source/cWorldGenerator_Test.cpp
@@ -1,7 +1,14 @@
+
+#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
#include "cWorldGenerator_Test.h"
#include "cChunk.h"
#include "BlockID.h"
+
+
+
+
void cWorldGenerator_Test::GenerateTerrain( cChunk* a_Chunk )
{
char* BlockType = a_Chunk->pGetType();