1
0

Remove BLOCKENTITY_PROTODEF

This commit is contained in:
Tiger Wang
2020-10-20 12:28:45 +01:00
parent c11ca96c3d
commit 6d85435f60
21 changed files with 10 additions and 153 deletions

View File

@@ -25,18 +25,11 @@ class cDropperEntity :
public: // tolua_export
BLOCKENTITY_PROTODEF(cDropperEntity)
/** Constructor used for normal operation */
cDropperEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld * a_World);
protected:
// cDropSpenserEntity overrides:
virtual void DropSpenseFromSlot(cChunk & a_Chunk, int a_SlotNum) override;
} ; // tolua_export