#pragma once #include "Shape.h" namespace J3ML::Geometry { class Polygon : public Shape { public: protected: private: }; }