final
This commit is contained in:
parent
b63658c58f
commit
a49632d3eb
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
#include "../Joueur.hpp"
|
#include "../Joueur.hpp"
|
||||||
#include "../Plateau.hpp"
|
#include "../Plateau.hpp"
|
||||||
|
|
||||||
struct PlateauDames : public Plateau {
|
struct PlateauDames final : public Plateau {
|
||||||
PlateauDames(Joueur &joueur1, Joueur &joueur2);
|
PlateauDames(Joueur &joueur1, Joueur &joueur2);
|
||||||
virtual ~PlateauDames();
|
virtual ~PlateauDames();
|
||||||
|
|
||||||
|
|
Reference in a new issue