#include"ThreeDShape.h"

ThreeDShape::ThreeDShape(int _radius)
{
	this->radius= _radius;
}
Соседние файлы в папке Shape