#include "../includes/Jeu.hpp"
Jeu::Jeu(const Joueur &j1) : joueur1(j1), joueurCourant(Joueur(j1)) {}
Jeu::~Jeu() {}