chore
This commit is contained in:
parent
5d3cd65112
commit
cf6ee4b001
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
int main() {
|
int main() {
|
||||||
Plateau p(10);
|
Plateau p(10);
|
||||||
Ecran e;
|
Ecran e;
|
||||||
e.afficher(std::bind(&Plateau::afficherPlateau, &p, true));
|
// e.afficher(std::bind(&Plateau::afficherPlateau, &p, true));
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue