--- a/QTfrontend/newnetclient.h Mon Oct 06 19:01:59 2008 +0000
+++ b/QTfrontend/newnetclient.h Tue Oct 07 12:37:06 2008 +0000
@@ -43,7 +43,7 @@
void Disconnect();
void JoinRoom(const QString & room);
void CreateRoom(const QString & room);
- void StartGame();
+ void Ready();
private:
GameUIConfig* config;
@@ -126,9 +126,7 @@
void ClientRead();
void OnConnect();
void OnDisconnect();
- //void Perform();
void displayError(QAbstractSocket::SocketError socketError);
- //void FlushNetBuf();
};
#endif // _NEW_NETCLIENT_INCLUDED