diff options
author | madmaxoft <github@xoft.cz> | 2013-08-05 16:02:41 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-05 16:02:41 +0200 |
commit | c0066e7260a5145334de3d5724dcc3e65f1d3f71 (patch) | |
tree | 06739e204d802673b5b208cb427ccffb9eede55a /source/Blocks/BlockChest.h | |
parent | LuaState refactoring: initial part. (diff) | |
parent | Exported the cWorld:TryGetHeight() function (diff) | |
download | cuberite-c0066e7260a5145334de3d5724dcc3e65f1d3f71.tar cuberite-c0066e7260a5145334de3d5724dcc3e65f1d3f71.tar.gz cuberite-c0066e7260a5145334de3d5724dcc3e65f1d3f71.tar.bz2 cuberite-c0066e7260a5145334de3d5724dcc3e65f1d3f71.tar.lz cuberite-c0066e7260a5145334de3d5724dcc3e65f1d3f71.tar.xz cuberite-c0066e7260a5145334de3d5724dcc3e65f1d3f71.tar.zst cuberite-c0066e7260a5145334de3d5724dcc3e65f1d3f71.zip |
Diffstat (limited to 'source/Blocks/BlockChest.h')
-rw-r--r-- | source/Blocks/BlockChest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Blocks/BlockChest.h b/source/Blocks/BlockChest.h index 1975e11b2..8164942a3 100644 --- a/source/Blocks/BlockChest.h +++ b/source/Blocks/BlockChest.h @@ -3,6 +3,7 @@ #include "BlockEntity.h" #include "../World.h" +#include "../BlockArea.h" #include "../Player.h" |