adds activePlayerList and runningPlayerList (XXVI)
This commit is contained in:
@@ -40,6 +40,7 @@ public:
|
||||
void start();
|
||||
|
||||
std::vector<boost::shared_ptr<PlayerInterface> > getPlayerArray() const { return playerArray; }
|
||||
PlayerList getSeatsList() const {return seatsList;}
|
||||
PlayerList getActivePlayerList() const {return activePlayerList;}
|
||||
PlayerList getRunningPlayerList() const {return runningPlayerList;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user