This commit is contained in:
doitux
2007-01-14 12:15:45 +00:00
parent 31c4c0dde9
commit 514eb3c958
21 changed files with 141 additions and 81 deletions
+12
View File
@@ -25,6 +25,18 @@ public:
virtual ~PreflopInterface();
virtual void setPlayersTurn(const int& theValue) =0;
virtual int getPlayersTurn() const =0;
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 preflopRun() =0;
virtual void nextPlayer2() =0;
};