equal
deleted
inserted
replaced
91 // increments for statistical info |
91 // increments for statistical info |
92 void incRounds(); |
92 void incRounds(); |
93 void incWins(); |
93 void incWins(); |
94 |
94 |
95 // convert team info into strings for further computation |
95 // convert team info into strings for further computation |
96 QStringList teamGameConfig(quint32 InitHealth) const; |
96 QStringList teamGameConfig(quint32 InitHealth, GameUIConfig * config) const; |
97 |
97 |
98 // comparison operators |
98 // comparison operators |
99 bool operator == (const HWTeam& t1) const; |
99 bool operator == (const HWTeam& t1) const; |
100 bool operator < (const HWTeam& t1) const; |
100 bool operator < (const HWTeam& t1) const; |
101 HWTeam & operator = (const HWTeam & other); |
101 HWTeam & operator = (const HWTeam & other); |