Remove BLOCKENTITY_PROTODEF

This commit is contained in:
Tiger Wang
2020-10-24 18:49:38 +01:00
parent c11ca96c3d
commit 6d85435f60
21 changed files with 10 additions and 153 deletions
+1 -8
View File
@@ -26,6 +26,7 @@ class cHopperEntity :
// tolua_begin
public:
enum
{
ContentsHeight = 1,
@@ -33,12 +34,8 @@ public:
TICKS_PER_TRANSFER = 8, ///< How many ticks at minimum between two item transfers to or from the hopper
} ;
// tolua_end
BLOCKENTITY_PROTODEF(cHopperEntity)
/** Constructor used for normal operation */
cHopperEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld * a_World);
@@ -100,7 +97,3 @@ private:
bool m_Locked;
} ; // tolua_export