equal
deleted
inserted
replaced
75 void NetCreate(); |
75 void NetCreate(); |
76 void AddGame(const QString & chan); |
76 void AddGame(const QString & chan); |
77 void NetAddTeam(); |
77 void NetAddTeam(); |
78 void NetGameEnter(); |
78 void NetGameEnter(); |
79 void NetStartGame(); |
79 void NetStartGame(); |
|
80 void ChangeInNetTeams(const QStringList & teams); |
80 |
81 |
81 public slots: |
82 public slots: |
82 void CBGrave_activated(const QString & gravename); |
83 void CBGrave_activated(const QString & gravename); |
83 void CBFort_activated(const QString & gravename); |
84 void CBFort_activated(const QString & gravename); |
84 |
85 |