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
-6
View File
@@ -26,8 +26,6 @@ class cCommandBlockEntity :
public: // tolua_export
BLOCKENTITY_PROTODEF(cCommandBlockEntity)
/** Creates a new empty command block entity */
cCommandBlockEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld * a_World);
@@ -73,7 +71,3 @@ private:
NIBBLETYPE m_Result;
} ; // tolua_export