const everywhere + légèrement changer format fichiers
This commit is contained in:
@@ -36,14 +36,14 @@ bool Player::setSDR(int SDR) {
|
||||
return true;
|
||||
}
|
||||
|
||||
int Player::getDAS() {
|
||||
int Player::getDAS() const {
|
||||
return this->DAS;
|
||||
}
|
||||
|
||||
int Player::getARR() {
|
||||
int Player::getARR() const {
|
||||
return this->ARR;
|
||||
}
|
||||
|
||||
int Player::getSDR() {
|
||||
int Player::getSDR() const {
|
||||
return this->SDR;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user