minimum raise setting (I)

This commit is contained in:
floty
2007-09-02 19:20:49 +00:00
parent 5840937432
commit f6f997ca3b
7 changed files with 189 additions and 139 deletions
+6
View File
@@ -48,6 +48,10 @@ public:
void setSmallBlind(int theValue);
int getSmallBlind() const;
void setMinimumRaise ( int theValue );
int getMinimumRaise() const;
void resetFirstRun();
void nextPlayer();
@@ -70,6 +74,8 @@ private:
int smallBlindPosition;
int smallBlind;
int minimumRaise;
int lastActionPlayer;
};