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
@@ -37,6 +37,7 @@ public:
virtual void start() = 0;
virtual std::vector<boost::shared_ptr<PlayerInterface> > getPlayerArray() const =0; // delete
virtual PlayerList getSeatsList() const =0;
virtual PlayerList getActivePlayerList() const =0;
virtual PlayerList getRunningPlayerList() const =0;