#pragma once #include "BlockHandler.h" #include "BlockEntity.h" class cBlockFlowerPotHandler : public cClearMetaOnDrop { public: cBlockFlowerPotHandler(BLOCKTYPE a_BlockType) : cClearMetaOnDrop(a_BlockType) { } } ;