This commit is contained in:
Mylloon 2024-01-12 02:31:19 +01:00
parent b63658c58f
commit a49632d3eb
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -3,7 +3,7 @@
#include "../Joueur.hpp"
#include "../Plateau.hpp"
struct PlateauDames : public Plateau {
struct PlateauDames final : public Plateau {
PlateauDames(Joueur &joueur1, Joueur &joueur2);
virtual ~PlateauDames();