diff --git a/src/main.cpp b/src/main.cpp index 1da3353..b8aba96 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,7 +4,7 @@ int main() { Plateau p(10); Ecran e; - e.afficher(std::bind(&Plateau::afficherPlateau, &p, true)); + // e.afficher(std::bind(&Plateau::afficherPlateau, &p, true)); return 0; }