#include "../includes/PieceDames.hpp" PieceDames::PieceDames(const std::string cat) : Piece(cat) { std::cout << "pièce - " << cat << "\n"; } PieceDames::~PieceDames() {}