full bet rule (part 1)

This commit is contained in:
floty
2010-01-02 18:10:36 +00:00
parent 62592336b7
commit 8bafd61f3c
9 changed files with 259 additions and 76 deletions
+3
View File
@@ -77,6 +77,8 @@ public:
void setMinimumRaise ( int theValue );
int getMinimumRaise() const;
void setFullBetRule ( bool theValue );
bool getFullBetRule() const;
void skipFirstRunGui();
@@ -112,6 +114,7 @@ private:
int smallBlind;
int minimumRaise;
bool fullBetRule;
int lastActionPlayer;
};