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
@@ -22,7 +22,7 @@ class HandInterface;
*/
class ClientBeRo : public BeRoInterface{
public:
ClientBeRo(HandInterface* hi, int id, int qP, int dP, int sB, GameState gS);
ClientBeRo(HandInterface* hi, int id, int dP, int sB, GameState gS);
~ClientBeRo();
GameState getMyBeRoID() const;