adds activePlayerList and runningPlayerList (XXVI)

This commit is contained in:
doitux
2007-09-30 00:06:34 +00:00
parent 879cac4bbc
commit f8be237ead
5 changed files with 99 additions and 20 deletions
+1
View File
@@ -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;}