diff options
author | Mattes D <github@xoft.cz> | 2015-03-11 14:26:04 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-03-11 14:26:04 +0100 |
commit | 1b60fe12a859287d1fc9f923fb2c85e30e7f9ad0 (patch) | |
tree | 961b0a521e31ba4f0a1b3516b49173c723ae24bd /src/Blocks/BlockEnchantmentTable.h | |
parent | Merge pull request #1805 from mc-server/chunkDataFix (diff) | |
parent | Moved window code into cpp files (diff) | |
download | cuberite-1b60fe12a859287d1fc9f923fb2c85e30e7f9ad0.tar cuberite-1b60fe12a859287d1fc9f923fb2c85e30e7f9ad0.tar.gz cuberite-1b60fe12a859287d1fc9f923fb2c85e30e7f9ad0.tar.bz2 cuberite-1b60fe12a859287d1fc9f923fb2c85e30e7f9ad0.tar.lz cuberite-1b60fe12a859287d1fc9f923fb2c85e30e7f9ad0.tar.xz cuberite-1b60fe12a859287d1fc9f923fb2c85e30e7f9ad0.tar.zst cuberite-1b60fe12a859287d1fc9f923fb2c85e30e7f9ad0.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Blocks/BlockEnchantmentTable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blocks/BlockEnchantmentTable.h b/src/Blocks/BlockEnchantmentTable.h index 81d2cb9a0..40001f356 100644 --- a/src/Blocks/BlockEnchantmentTable.h +++ b/src/Blocks/BlockEnchantmentTable.h @@ -2,7 +2,7 @@ #pragma once #include "BlockHandler.h" -#include "../UI/Window.h" +#include "../UI/EnchantingWindow.h" #include "../Entities/Player.h" |