Flop/turn/river cards are now sent in a network game.
This commit is contained in:
@@ -40,7 +40,7 @@ public:
|
||||
int getPot() const { return pot;}
|
||||
void setPot(int theValue) { pot = theValue;}
|
||||
int getSets() const { return sets; }
|
||||
void setSets(int theValue) { sets = theValue; }
|
||||
void setSets(int theValue) { sets = theValue; }
|
||||
|
||||
void collectSets() ;
|
||||
void collectPot() ;
|
||||
|
||||
Reference in New Issue
Block a user