#ifndef H_GRAVITY #define H_GRAVITY #include "constantes.h" double calcul_gravity_object(const double, const double, const double); #endif