/* Copyright 2003-2007 ROBLOX Corporation, All Rights Reserved */ #pragma once #include "BevelMesh.h" namespace RBX { extern const char* const sBlockMesh; class BlockMesh : public DescribedCreatable { public: BlockMesh(){} }; }