1
0

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:
KingCol13
2020-09-25 10:13:59 +01:00
committed by GitHub
parent 5bd12814db
commit a78fd671b2
27 changed files with 26 additions and 33 deletions

View File

@@ -3,7 +3,9 @@
// Implements biome helper functions
#include "Globals.h"
#include "BiomeDef.h"