diff options
author | KingCol13 <48412633+KingCol13@users.noreply.github.com> | 2020-09-25 11:13:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-25 11:13:59 +0200 |
commit | a78fd671b229b32b04a7abf9018edb7a6c08ccbe (patch) | |
tree | fa9857856348b0dfc7d7ad8dd9e5e33a2e3e8632 /Tools/QtBiomeVisualiser/Globals.h | |
parent | Put phonograph on right part of visual spectrum (diff) | |
download | cuberite-a78fd671b229b32b04a7abf9018edb7a6c08ccbe.tar cuberite-a78fd671b229b32b04a7abf9018edb7a6c08ccbe.tar.gz cuberite-a78fd671b229b32b04a7abf9018edb7a6c08ccbe.tar.bz2 cuberite-a78fd671b229b32b04a7abf9018edb7a6c08ccbe.tar.lz cuberite-a78fd671b229b32b04a7abf9018edb7a6c08ccbe.tar.xz cuberite-a78fd671b229b32b04a7abf9018edb7a6c08ccbe.tar.zst cuberite-a78fd671b229b32b04a7abf9018edb7a6c08ccbe.zip |
Diffstat (limited to 'Tools/QtBiomeVisualiser/Globals.h')
-rw-r--r-- | Tools/QtBiomeVisualiser/Globals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tools/QtBiomeVisualiser/Globals.h b/Tools/QtBiomeVisualiser/Globals.h index 0b119fcb1..fe037c2ad 100644 --- a/Tools/QtBiomeVisualiser/Globals.h +++ b/Tools/QtBiomeVisualiser/Globals.h @@ -275,7 +275,5 @@ T Clamp(T a_Value, T a_Min, T a_Max) // Common headers (part 2, with macros): -#include "src/ChunkDef.h" -#include "src/BiomeDef.h" #include "src/BlockID.h" #include "src/BlockInfo.h" |