implement frame for list of player who need to show their cards at the end of the hand
This commit is contained in:
@@ -52,10 +52,14 @@ public:
|
||||
virtual void collectPot() =0;
|
||||
|
||||
virtual void distributePot() =0;
|
||||
virtual void determinePlayerNeedToShowCards() =0;
|
||||
|
||||
virtual std::list<unsigned> getWinners() const =0;
|
||||
virtual void setWinners(const std::list<unsigned> &winners) =0;
|
||||
|
||||
virtual std::list<unsigned> getPlayerNeedToShowCards() const =0;
|
||||
virtual void setPlayerNeedToShowCards(const std::list<unsigned> &playerNeedToShowCards) =0;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user