adds activePlayerList and runningPlayerList (XVI)

This commit is contained in:
doitux
2007-09-26 22:27:05 +00:00
parent f41245f310
commit 4f7d7ee277
6 changed files with 158 additions and 158 deletions
+3
View File
@@ -32,6 +32,9 @@ public:
virtual void setPlayersTurn(int) =0;
virtual int getPlayersTurn() const =0;
virtual void setCurrentPlayersTurnId(unsigned) =0;
virtual unsigned getCurrentPlayersTurnId() const =0;
virtual void setCurrentPlayersTurnIt(PlayerListIterator) =0;
virtual PlayerListIterator getCurrentPlayersTurnIt() const =0;