equal
deleted
inserted
replaced
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 NetGameEnter(); |
67 void NetGameEnter(); |
68 void NetStartGame(); |
68 void NetStartGame(); |
69 void AddNetTeam(const QString& team); |
69 void AddNetTeam(const HWTeam& team); |
70 void StartMPGame(); |
70 void StartMPGame(); |
71 void GameStateChanged(GameState gameState); |
71 void GameStateChanged(GameState gameState); |
72 void GameStats(char type, const QString & info); |
72 void GameStats(char type, const QString & info); |
73 |
73 |
74 private: |
74 private: |