decl
This commit is contained in:
parent
579a376b32
commit
fad8d30160
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ struct PieceButin : public Piece {
|
|||
// Couleur sur l'écran
|
||||
sf::Color getScreenColor() const override;
|
||||
|
||||
// Récupère le nombre de points que la pièce vaut
|
||||
int getPoints() const;
|
||||
|
||||
private:
|
||||
int points;
|
||||
|
||||
|
|
Reference in a new issue