diff -r d1cbe4a57ebf -r eece43296890 QTfrontend/newnetclient.h --- a/QTfrontend/newnetclient.h Fri Oct 24 17:30:30 2008 +0000 +++ b/QTfrontend/newnetclient.h Fri Oct 24 17:34:20 2008 +0000 @@ -133,6 +133,9 @@ void askRoomsList(); void gameFinished(); void kickPlayer(const QString &); + void startGame(); + void toggleRestrictJoins(); + void toggleRestrictTeamAdds(); private slots: void ClientRead();