#ifndef FONCTION_COMBAT_HPP #define FONCTION_COMBAT_HPP #include "Structure_entity.hpp" #include "Gestion_des_tours.hpp" bool combat(entity& joueur, entity& ennemi, int& niveau); #endif // FONCTION_COMBAT_HPP