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
@@ -28,7 +28,7 @@ class HandInterface;
class LocalBeRoFlop : public LocalBeRo{
public:
LocalBeRoFlop(HandInterface*, int, int, int, int);
LocalBeRoFlop(HandInterface*, int, int, int);
~LocalBeRoFlop();
};