diff options
author | madmaxoft <github@xoft.cz> | 2013-10-23 11:17:16 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-10-23 11:17:16 +0200 |
commit | 90bea6a9147f14a974ea51128bff40bcd1ec1592 (patch) | |
tree | 788df5adf51b25de7d9cb8247e42b914f0f9e5d6 /source/BlockEntities/DropSpenserEntity.h | |
parent | Exported cHopperEntity to API. (diff) | |
download | cuberite-90bea6a9147f14a974ea51128bff40bcd1ec1592.tar cuberite-90bea6a9147f14a974ea51128bff40bcd1ec1592.tar.gz cuberite-90bea6a9147f14a974ea51128bff40bcd1ec1592.tar.bz2 cuberite-90bea6a9147f14a974ea51128bff40bcd1ec1592.tar.lz cuberite-90bea6a9147f14a974ea51128bff40bcd1ec1592.tar.xz cuberite-90bea6a9147f14a974ea51128bff40bcd1ec1592.tar.zst cuberite-90bea6a9147f14a974ea51128bff40bcd1ec1592.zip |
Diffstat (limited to 'source/BlockEntities/DropSpenserEntity.h')
-rw-r--r-- | source/BlockEntities/DropSpenserEntity.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/BlockEntities/DropSpenserEntity.h b/source/BlockEntities/DropSpenserEntity.h index f2f1eba36..0e9039915 100644 --- a/source/BlockEntities/DropSpenserEntity.h +++ b/source/BlockEntities/DropSpenserEntity.h @@ -29,10 +29,10 @@ class cServer; -// tolua_begin -class cDropSpenserEntity : - public cBlockEntityWithItems, - public cBlockEntityWindowOwner +class cDropSpenserEntity : // tolua_export + public cBlockEntityWindowOwner, + // tolua_begin + public cBlockEntityWithItems { typedef cBlockEntityWithItems super; |