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
@@ -31,8 +31,8 @@ public:
virtual void setHighestSet(const int& theValue) =0;
virtual int getHighestSet() const =0;
virtual void setLocalPreflopFirstRound(bool theValue) =0;
virtual bool setLocalPreflopFirstRound() const =0;
virtual void setPreflopFirstRound(bool theValue) =0;
virtual bool setPreflopFirstRound() const =0;
virtual void preflopRun() =0;
virtual void nextPlayer2() =0;