Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Romain De Laage De Bellefaye
LO21-projet
Commits
4284f122
Commit
4284f122
authored
Jun 07, 2021
by
Victor Blanchet
Browse files
Update main.cpp
parent
578936c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.cpp
View file @
4284f122
...
...
@@ -31,18 +31,9 @@ int main(int argc, char* argv[])
enseEtats
.
ajouterEtat
(
2
,
"zombie"
,
131
,
166
,
151
);
enseEtats
.
ajouterEtat
(
3
,
"fantôme"
,
22
,
166
,
151
);
//int largeur = 15;
//int hauteur = 12;
//Reseau Grille(hauteur, largeur);
//Grille.setAleatoire();
AutoCell
autocell
;
//autocell.afficherGrille(&Grille);
autocell
.
show
();
AutoCell
::
getInstance
().
show
();
return
app
.
exec
();
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment