equal
deleted
inserted
replaced
57 HWGame(GameUIConfig * config, GameCFGWidget * gamecfg); |
57 HWGame(GameUIConfig * config, GameCFGWidget * gamecfg); |
58 void AddTeam(const QString & team); |
58 void AddTeam(const QString & team); |
59 void PlayDemo(const QString & demofilename); |
59 void PlayDemo(const QString & demofilename); |
60 void StartLocal(); |
60 void StartLocal(); |
61 void StartQuick(); |
61 void StartQuick(); |
62 void StartNet(const QString & netseed); |
62 void StartNet(); |
63 |
63 |
64 signals: |
64 signals: |
65 void SendNet(const QByteArray & msg); |
65 void SendNet(const QByteArray & msg); |
66 |
66 |
67 public slots: |
67 public slots: |