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
@@ -25,8 +25,6 @@ class cSignEntity :
public: // tolua_export
BLOCKENTITY_PROTODEF(cSignEntity)
/** Creates a new empty sign entity at the specified block coords and block type (wall or standing). a_World may be nullptr */
cSignEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld * a_World);
@@ -52,7 +50,3 @@ private:
AString m_Line[4];
} ; // tolua_export