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
+5
View File
@@ -38,6 +38,7 @@ public:
void run();
void postRiverRun() {};
protected:
@@ -64,6 +65,9 @@ protected:
void setLastActionPlayer ( int theValue ) { lastActionPlayer = theValue; }
int getLastActionPlayer() const { return lastActionPlayer; }
void setMinimumRaise ( int theValue ) { minimumRaise = theValue; }
int getMinimumRaise() const { return minimumRaise; }
private:
@@ -77,6 +81,7 @@ private:
int smallBlind;
int highestSet;
int minimumRaise;
bool firstRun;
bool firstRound;