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
b75009b4
Commit
b75009b4
authored
Jun 10, 2021
by
Leon Do Castelo
Browse files
Update Automate.cpp
parent
ec4d8813
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Automate.cpp
View file @
b75009b4
...
...
@@ -29,3 +29,19 @@ void Automate::nextTimer()
}
}
}
void
Automate
::
reinitialiserAutomate
(){
title
=
""
;
delai
=
500
;
delete
fonction
;
delete
regleVoisinage
;
buffer
.
clear
();
itBuffer
=
buffer
.
begin
();
h
=
0
;
l
=
0
;
reseauInit
=
Reseau
(
0
,
0
);
year
=
2000
;
author
=
"Anonym"
;
desc
=
""
;
ensemble
.
reset
();
}
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