diff options
Diffstat (limited to '')
-rw-r--r-- | source/Generating/BioGen.h (renamed from source/BioGen.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/BioGen.h b/source/Generating/BioGen.h index 8aaaeff4a..6cd78b7e0 100644 --- a/source/BioGen.h +++ b/source/Generating/BioGen.h @@ -14,8 +14,8 @@ Interfaces to the various biome generators: #pragma once -#include "cChunkGenerator.h" -#include "cNoise.h" +#include "ChunkGenerator.h" +#include "../cNoise.h" |