#ifndef GESTION_DES_TOURS_HPP #define GESTION_DES_TOURS_HPP void compte_tours(int& tour_actuel); void afficher_tours(int& tour); void fonction_tours(int& tour); #endif // GESTION_DES_TOURS_HPP