diff -r 4616e15d566f -r 49beb1221c0b QTfrontend/hwform.h --- a/QTfrontend/hwform.h Mon Oct 06 19:01:59 2008 +0000 +++ b/QTfrontend/hwform.h Tue Oct 07 12:37:06 2008 +0000 @@ -72,6 +72,7 @@ void NetConnectServer(const QString & host, quint16 port); void NetStartServer(); void NetDisconnect(); + void NetConnected(); void NetGameEnter(); void NetStartGame(); void AddNetTeam(const HWTeam& team); @@ -106,7 +107,8 @@ ID_PAGE_TRAINING = 10, ID_PAGE_SELECTWEAPON = 11, ID_PAGE_NETSERVER = 12, - ID_PAGE_INGAME = 13 + ID_PAGE_INGAME = 13, + ID_PAGE_ROOMSLIST = 14 }; HWGame * game; HWTeam * editedTeam;