From 6d85435f60e4fa94b1956ceb44c7dddd92c4b39b Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Tue, 20 Oct 2020 12:28:45 +0100 Subject: Remove BLOCKENTITY_PROTODEF --- src/BlockEntities/EnderChestEntity.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/BlockEntities/EnderChestEntity.h') diff --git a/src/BlockEntities/EnderChestEntity.h b/src/BlockEntities/EnderChestEntity.h index e380d1e3e..bb5974b15 100644 --- a/src/BlockEntities/EnderChestEntity.h +++ b/src/BlockEntities/EnderChestEntity.h @@ -19,8 +19,6 @@ class cEnderChestEntity : public: // tolua_export - BLOCKENTITY_PROTODEF(cEnderChestEntity) - cEnderChestEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld * a_World); virtual ~cEnderChestEntity() override; @@ -34,7 +32,3 @@ public: // tolua_export /** Opens a new enderchest window for this enderchest */ void OpenNewWindow(void); } ; // tolua_export - - - - -- cgit v1.2.3