equal
deleted
inserted
replaced
62 void NetStartServer(); |
62 void NetStartServer(); |
63 void NetDisconnect(); |
63 void NetDisconnect(); |
64 void NetJoin(); |
64 void NetJoin(); |
65 void NetCreate(); |
65 void NetCreate(); |
66 void AddGame(const QString & chan); |
66 void AddGame(const QString & chan); |
67 void NetAddTeam(); |
67 void NetAddTeam(HWTeam team); |
68 void NetGameEnter(); |
68 void NetGameEnter(); |
69 void NetStartGame(); |
69 void NetStartGame(); |
70 void ChangeInNetTeams(const QStringList & teams); |
70 void ChangeInNetTeams(const QStringList & teams); |
71 void StartMPGame(); |
71 void StartMPGame(); |
72 void GameStateChanged(GameState gameState); |
72 void GameStateChanged(GameState gameState); |