establishing new parameter roundBeforePostRiver; deleting needless parameter bettingRoundsPlayed

This commit is contained in:
floty
2011-11-13 16:00:19 +00:00
parent 2678bd9101
commit d38bd0fef0
7 changed files with 27 additions and 154 deletions
+1 -3
View File
@@ -54,6 +54,7 @@ public:
virtual void setCurrentRound(GameState theValue) =0;
virtual GameState getCurrentRound() const =0;
virtual GameState getRoundBeforePostRiver() const =0;
virtual void setDealerPosition(int theValue) =0;
virtual int getDealerPosition() const =0;
@@ -67,9 +68,6 @@ public:
virtual void setStartCash(int theValue) =0;
virtual int getStartCash() const =0;
virtual void setBettingRoundsPlayed(int theValue) =0;
virtual int getBettingRoundsPlayed() const =0;
virtual void setPreviousPlayerID(int theValue) =0;
virtual int getPreviousPlayerID() const =0;