diff options
author | Mattes D <github@xoft.cz> | 2014-11-20 09:26:05 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-11-20 09:26:05 +0100 |
commit | f1bddc607c2e68cd9ef940c47403bb2948aad46d (patch) | |
tree | 9782ecbd191d4c8d9d082b23c2043adb2ac6a7d8 /src/Enchantments.cpp | |
parent | Merge pull request #1598 from mc-server/SignEditor (diff) | |
parent | cInterpolNoise: Implemented optimized 2D generating. (diff) | |
download | cuberite-f1bddc607c2e68cd9ef940c47403bb2948aad46d.tar cuberite-f1bddc607c2e68cd9ef940c47403bb2948aad46d.tar.gz cuberite-f1bddc607c2e68cd9ef940c47403bb2948aad46d.tar.bz2 cuberite-f1bddc607c2e68cd9ef940c47403bb2948aad46d.tar.lz cuberite-f1bddc607c2e68cd9ef940c47403bb2948aad46d.tar.xz cuberite-f1bddc607c2e68cd9ef940c47403bb2948aad46d.tar.zst cuberite-f1bddc607c2e68cd9ef940c47403bb2948aad46d.zip |
Diffstat (limited to 'src/Enchantments.cpp')
-rw-r--r-- | src/Enchantments.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Enchantments.cpp b/src/Enchantments.cpp index 80a9810b6..36c451b81 100644 --- a/src/Enchantments.cpp +++ b/src/Enchantments.cpp @@ -6,7 +6,7 @@ #include "Enchantments.h" #include "WorldStorage/FastNBT.h" #include "FastRandom.h" -#include "Noise.h" +#include "Noise/Noise.h" |