diff options
author | Mattes D <github@xoft.cz> | 2015-03-19 21:26:38 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-03-19 21:26:38 +0100 |
commit | 2d1d4ae3e39908237c1f2fd5315e4786cec5d781 (patch) | |
tree | b27992ab5de96d2c791155c9e0866ed84e930146 /src/BlockEntities/BlockEntityWithItems.h | |
parent | AllToLua: Fixed cMonster inheritance. (diff) | |
download | cuberite-2d1d4ae3e39908237c1f2fd5315e4786cec5d781.tar cuberite-2d1d4ae3e39908237c1f2fd5315e4786cec5d781.tar.gz cuberite-2d1d4ae3e39908237c1f2fd5315e4786cec5d781.tar.bz2 cuberite-2d1d4ae3e39908237c1f2fd5315e4786cec5d781.tar.lz cuberite-2d1d4ae3e39908237c1f2fd5315e4786cec5d781.tar.xz cuberite-2d1d4ae3e39908237c1f2fd5315e4786cec5d781.tar.zst cuberite-2d1d4ae3e39908237c1f2fd5315e4786cec5d781.zip |
Diffstat (limited to 'src/BlockEntities/BlockEntityWithItems.h')
-rw-r--r-- | src/BlockEntities/BlockEntityWithItems.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/BlockEntities/BlockEntityWithItems.h b/src/BlockEntities/BlockEntityWithItems.h index 2c2ced1cb..740dbca51 100644 --- a/src/BlockEntities/BlockEntityWithItems.h +++ b/src/BlockEntities/BlockEntityWithItems.h @@ -21,7 +21,9 @@ // tolua_begin class cBlockEntityWithItems : public cBlockEntity, + // tolua_end public cItemGrid::cListener, + // tolua_begin public cBlockEntityWindowOwner { typedef cBlockEntity super; |