equal
deleted
inserted
replaced
97 void GameStateChanged(GameState gameState); |
97 void GameStateChanged(GameState gameState); |
98 void GameStats(char type, const QString & info); |
98 void GameStats(char type, const QString & info); |
99 void HaveRecord(RecordType type, const QByteArray & record); |
99 void HaveRecord(RecordType type, const QByteArray & record); |
100 void ErrorMessage(const QString &); |
100 void ErrorMessage(const QString &); |
101 void CampStateChanged(int); |
101 void CampStateChanged(int); |
|
102 void SendConsoleCommand(const QString & command); |
102 |
103 |
103 public slots: |
104 public slots: |
104 void FromNet(const QByteArray & msg); |
105 void FromNet(const QByteArray & msg); |
105 void FromNetChat(const QString & msg); |
106 void FromNetChat(const QString & msg); |
106 |
107 |