adds activePlayerList and runningPlayerList (XVIII)

This commit is contained in:
doitux
2007-09-27 18:07:03 +00:00
parent 78bf4820af
commit 6d30e324e0
7 changed files with 267 additions and 90 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ public:
virtual void start() = 0;
virtual std::vector<boost::shared_ptr<PlayerInterface> > getPlayerArray() const =0;
virtual std::vector<boost::shared_ptr<PlayerInterface> > getPlayerArray() const =0; // delete
virtual PlayerList getActivePlayerList() const =0;
virtual PlayerList getRunningPlayerList() const =0;