mis en place la PR de simon sur les couleurs
This commit is contained in:
@@ -17,32 +17,35 @@ class Player {
|
||||
Player();
|
||||
|
||||
/**
|
||||
* Try setting DAS to the desired value, and returns wheter it is possible
|
||||
* Try setting DAS to the desired value
|
||||
* @return If it is possible
|
||||
*/
|
||||
bool setDAS(int DAS);
|
||||
|
||||
/**
|
||||
* Try setting ARR to the desired value, and returns wheter it is possible
|
||||
* Try setting ARR to the desired value
|
||||
* @return If it is possible
|
||||
*/
|
||||
bool setARR(int ARR);
|
||||
|
||||
/**
|
||||
* Try setting SDR to the desired value, and returns wheter it is possible
|
||||
* Try setting SDR to the desired value
|
||||
* @return If it is possible
|
||||
*/
|
||||
bool setSDR(int SDR);
|
||||
|
||||
/**
|
||||
* Returns DAS value
|
||||
* @return DAS value
|
||||
*/
|
||||
int getDAS();
|
||||
|
||||
/**
|
||||
* Returns ARR value
|
||||
* @return ARR value
|
||||
*/
|
||||
int getARR();
|
||||
|
||||
/**
|
||||
* Returns SDR value
|
||||
* @return SDR value
|
||||
*/
|
||||
int getSDR();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user