//******************************************************************************
#ifndef ___MODULE_NEWGEOMETRY___
#define ___MODULE_NEWGEOMETRY___
//******************************************************************************
#include "../main/Module_GUI.hpp"
//******************************************************************************

namespace CastorShape
{
	class NewGeometryDialog;
	class NewConeDialog;
	class NewCubeDialog;
	class NewCylinderDialog;
	class NewIcosahedronDialog;
	class NewPlaneDialog;
	class NewSphereDialog;
	class NewTorusDialog;
}

//******************************************************************************
#endif
//******************************************************************************