This commit is contained in:
doitux
2007-01-14 13:23:04 +00:00
parent c198ff21a9
commit 34b33a16e7
14 changed files with 50 additions and 72 deletions
+2 -2
View File
@@ -40,8 +40,8 @@ public:
void setHighestSet(const int& theValue) { highestSet = theValue; }
int getHighestSet() const { return highestSet;}
void setLocalPreflopFirstRound(bool theValue) { preflopFirstRound = theValue; }
bool setLocalPreflopFirstRound() const { return preflopFirstRound; }
void setPreflopFirstRound(bool theValue) { preflopFirstRound = theValue; }
bool setPreflopFirstRound() const { return preflopFirstRound; }
void preflopRun();
void nextPlayer2();