// BlockCobWeb.h // Declares the cBlockCobWebHandler object representing the BlockHandler for cobwebs #pragma once class cBlockCobWebHandler : public cClearMetaOnDrop { public: cBlockCobWebHandler(BLOCKTYPE a_BlockType) : cClearMetaOnDrop(a_BlockType) { } } ;