#if !defined(_FIGURES_H_) #define _FIGURES_H_ // SO WE DO NOT HAVE TO INCLUDE THEM SEPARATELLY #include "drawable.h" #include "point.h" #include "line.h" #include "shape.h" #include "triangle.h" #include "ellipse.h" #include "circle.h" #include "rectangle.h" #include "square.h" #endif