summaryrefslogtreecommitdiffstats
path: root/src/Enchantments.cpp
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-11-20 09:26:05 +0100
committerMattes D <github@xoft.cz>2014-11-20 09:26:05 +0100
commitf1bddc607c2e68cd9ef940c47403bb2948aad46d (patch)
tree9782ecbd191d4c8d9d082b23c2043adb2ac6a7d8 /src/Enchantments.cpp
parentMerge pull request #1598 from mc-server/SignEditor (diff)
parentcInterpolNoise: Implemented optimized 2D generating. (diff)
downloadcuberite-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.cpp2
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"