circle_shape.h 80 B

123456
  1. #include "circle.h"
  2. namespace ShapeImpl
  3. {
  4. double area(const Circle &circle);
  5. }