minimum raise setting (III)

This commit is contained in:
floty
2007-09-02 21:34:04 +00:00
parent dde14654f9
commit 0765385240
2 changed files with 41 additions and 17 deletions
+4 -2
View File
@@ -32,6 +32,9 @@ public:
int getHighestCardsValue() const { std::cout << "getHighestCardsValue() in wrong BeRo" << std::endl; return 0; }
void setHighestCardsValue(int theValue) { }
void setMinimumRaise ( int theValue ) { minimumRaise = theValue; }
int getMinimumRaise() const { return minimumRaise; }
void resetFirstRun() { firstRun = false; }
void nextPlayer();
@@ -65,8 +68,7 @@ protected:
void setLastActionPlayer ( int theValue ) { lastActionPlayer = theValue; }
int getLastActionPlayer() const { return lastActionPlayer; }
void setMinimumRaise ( int theValue ) { minimumRaise = theValue; }
int getMinimumRaise() const { return minimumRaise; }
private: