#pragma once #include "09-Exercice4-Position.h" typedef struct { double rayon; position centre; } sphere;