oops
This commit is contained in:
parent
fad8d30160
commit
8d96c5af13
1 changed files with 4 additions and 0 deletions
|
@ -36,3 +36,7 @@ sf::Color PieceButin::getScreenColor() const {
|
||||||
return sf::Color::White;
|
return sf::Color::White;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int PieceButin::getPoints() const {
|
||||||
|
return points;
|
||||||
|
}
|
||||||
|
|
Reference in a new issue