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 09:13:59 +00:00
committed by GitHub
parent 5bd12814db
commit a78fd671b2
27 changed files with 26 additions and 33 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#pragma once
#include "../Defines.h"
#include "ChunkDef.h"
+1
View File
@@ -31,6 +31,7 @@ by using templates.
#include <tuple>
#include "../Noise/Noise.h"
#include "BiomeDef.h"
+1 -1
View File
@@ -18,7 +18,7 @@ logs can overwrite others(leaves), but others shouldn't overwrite logs. This is
#pragma once
#include "../Noise/Noise.h"
#include "../ChunkDef.h" // For sSetBlockVector