Skip to content
Snippets Groups Projects
Commit c2d21c8e authored by Anthony Noir's avatar Anthony Noir
Browse files

Merge branch 'master' of...

parents a5c029a2 47b88693
No related branches found
No related tags found
Loading
Pipeline #79688 passed
...@@ -103,7 +103,10 @@ public: ...@@ -103,7 +103,10 @@ public:
} }
} }
} }
//! \brief Recopie de la grille
Grid& operator=(const Grid& g); Grid& operator=(const Grid& g);
//! \brief Vérifie si deux grilles sont identiques
bool operator==(const Grid&); bool operator==(const Grid&);
//! \brief Retourne une structure représentant le contenu non-nul de la Grid (les cellules d'état != 0), pour un enregistrement dans un fichier par exemple. //! \brief Retourne une structure représentant le contenu non-nul de la Grid (les cellules d'état != 0), pour un enregistrement dans un fichier par exemple.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment