engine 0.4 rev2 (preflop part 1)

This commit is contained in:
floty
2007-03-09 03:53:39 +00:00
parent fd461383da
commit 29b29ec42e
10 changed files with 382 additions and 221 deletions
+3
View File
@@ -68,6 +68,9 @@ public:
virtual void setActivePlayersCounter(const int& theValue) =0;
virtual int getActivePlayersCounter() const =0;
virtual void setBettingRoundsPlayed(const int& theValue) =0;
virtual int getBettingRoundsPlayed() const =0;
virtual void assignButtons() =0;
virtual void highlightRoundLabel() =0;