adds activePlayerList and runningPlayerList (II)

This commit is contained in:
doitux
2007-09-24 10:02:17 +00:00
parent 84c857cbff
commit d03f114b46
27 changed files with 132 additions and 189 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ class HandInterface;
class LocalBeRoTurn : public LocalBeRo{
public:
LocalBeRoTurn(HandInterface*, int, int, int, int);
LocalBeRoTurn(HandInterface*, int, int, int);
~LocalBeRoTurn();
};