equal
deleted
inserted
replaced
65 void TeamDiscard(); |
65 void TeamDiscard(); |
66 void SimpleGame(); |
66 void SimpleGame(); |
67 void PlayDemo(); |
67 void PlayDemo(); |
68 void StartTraining(); |
68 void StartTraining(); |
69 void NetConnect(); |
69 void NetConnect(); |
70 void NetConnectServer(); |
70 void NetConnectServer(const QString & host, quint16 port); |
71 void NetStartServer(); |
71 void NetStartServer(); |
72 void NetDisconnect(); |
72 void NetDisconnect(); |
73 void NetGameEnter(); |
73 void NetGameEnter(); |
74 void NetStartGame(); |
74 void NetStartGame(); |
75 void AddNetTeam(const HWTeam& team); |
75 void AddNetTeam(const HWTeam& team); |