This commit is contained in:
Mylloon 2023-12-31 04:07:46 +01:00
parent fad8d30160
commit 8d96c5af13
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -36,3 +36,7 @@ sf::Color PieceButin::getScreenColor() const {
return sf::Color::White; return sf::Color::White;
} }
} }
int PieceButin::getPoints() const {
return points;
}