#ifndef CIRCLE_H #define CIRCLE_H struct Circle { const double radius = 4.0; }; #endif