lastMoneyWon

This commit is contained in:
floty
2007-10-29 22:26:50 +00:00
parent 70e2d5556f
commit 1a5a5600ce
6 changed files with 32 additions and 4 deletions
@@ -306,6 +306,18 @@ ClientPlayer::getMyRoundStartCash() const
return myRoundStartCash;
}
void
ClientPlayer::setLastMoneyWon ( int theValue )
{
lastMoneyWon = theValue;
}
int
ClientPlayer::getLastMoneyWon() const
{
return lastMoneyWon;
}
void
ClientPlayer::setMyAverageSets(int theValue)
{