#pragma once #include "Figure.h" class IBlock : public Figure { public: explicit IBlock(Point position); };