QTfrontend/team.h
changeset 8346 3443e0de2c9d
parent 7131 c0c787eb526e
child 8363 0b4ac686fc44
child 9080 9b42757d7e71
equal deleted inserted replaced
8344:3d18f7f71d65 8346:3443e0de2c9d
    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);