Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885)
* Removed BiomeDef.h * Removed ChunkDef.h from Globals.h * Added to CONTRIBUTORS. * Re-added empty last line to Globals.h * Included stddef and StringUtils in BiomeDef.h * Fixed build tools compiling. It compiles, but at what cost? * Added include to src/Generating/Trees.h * Include added in ChunkGeneratorThread.h * Moved rearranged includes in LineBlockTracer.cpp * Re-arrange headers in ChunkInterface.cpp * Included ChunkDef.h in Path.h * Included ChunkDef.h in NBTChunkSerializer.h * Rearranged included and added required includes to headers. * Removed unnecessary included in StringUtils.h.
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
|
||||
// Implements biome helper functions
|
||||
|
||||
|
||||
#include "Globals.h"
|
||||
#include "BiomeDef.h"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user