#pragma once #include "Piece.hpp" class PieceButin : public Piece { int points; public: PieceButin(std::string categorie); virtual ~PieceButin(); };