summaryrefslogtreecommitdiffstats
path: root/source/BlockEntities/ChestEntity.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-06-12 14:30:47 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-06-12 14:30:47 +0200
commit9cef5838a8d449776a1c21be3799971ff6350134 (patch)
tree3f57c1aa653e09d97b775fb53130b7403b1d85cf /source/BlockEntities/ChestEntity.h
parentImplemented the Hopper block handler (diff)
downloadcuberite-9cef5838a8d449776a1c21be3799971ff6350134.tar
cuberite-9cef5838a8d449776a1c21be3799971ff6350134.tar.gz
cuberite-9cef5838a8d449776a1c21be3799971ff6350134.tar.bz2
cuberite-9cef5838a8d449776a1c21be3799971ff6350134.tar.lz
cuberite-9cef5838a8d449776a1c21be3799971ff6350134.tar.xz
cuberite-9cef5838a8d449776a1c21be3799971ff6350134.tar.zst
cuberite-9cef5838a8d449776a1c21be3799971ff6350134.zip
Diffstat (limited to '')
-rw-r--r--source/BlockEntities/ChestEntity.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/BlockEntities/ChestEntity.h b/source/BlockEntities/ChestEntity.h
index 03cd5a943..86cb618d5 100644
--- a/source/BlockEntities/ChestEntity.h
+++ b/source/BlockEntities/ChestEntity.h
@@ -21,10 +21,10 @@ class cNBTData;
-// tolua_begin
-class cChestEntity :
- public cBlockEntityWithItems,
- public cBlockEntityWindowOwner
+class cChestEntity : // tolua_export
+ public cBlockEntityWindowOwner,
+ // tolua_begin
+ public cBlockEntityWithItems
{
typedef cBlockEntityWithItems super;