adds activePlayerList and runningPlayerList (XVI)
This commit is contained in:
@@ -91,6 +91,30 @@ ClientBeRo::getLastPlayersTurnIt() const
|
||||
return lastPlayersTurnIt;
|
||||
}
|
||||
|
||||
void
|
||||
ClientBeRo::setCurrentPlayersTurnId(unsigned theValue)
|
||||
{
|
||||
currentPlayersTurnId = theValue;
|
||||
}
|
||||
|
||||
unsigned
|
||||
ClientBeRo::getCurrentPlayersTurnId() const
|
||||
{
|
||||
return currentPlayersTurnId;
|
||||
}
|
||||
|
||||
void
|
||||
ClientBeRo::setFirstRoundLastPlayersTurnId(unsigned theValue)
|
||||
{
|
||||
firstRoundLastPlayersTurnId = theValue;
|
||||
}
|
||||
|
||||
unsigned
|
||||
ClientBeRo::getFirstRoundLastPlayersTurnId() const
|
||||
{
|
||||
return firstRoundLastPlayersTurnId;
|
||||
}
|
||||
|
||||
void
|
||||
ClientBeRo::setHighestSet(int theValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user