This commit is contained in:
@@ -60,7 +60,13 @@ public:
|
||||
void setActualHandID(const int& theValue) { actualHandID = theValue; }
|
||||
int getActualHandID() const { return actualHandID; }
|
||||
|
||||
void setRoundsToRaiseSmallBlind(const int& theValue) { roundsToRaiseSmallBlind = theValue; }
|
||||
int getRoundsToRaiseSmallBlind() const { return roundsToRaiseSmallBlind; }
|
||||
|
||||
void startHand();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -83,6 +89,8 @@ private:
|
||||
int actualHandID;
|
||||
int dealerPosition;
|
||||
|
||||
int roundsToRaiseSmallBlind;
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user