QTfrontend/team.h
changeset 8350 14b938faec69
parent 8346 3443e0de2c9d
child 8363 0b4ac686fc44
child 9080 9b42757d7e71
equal deleted inserted replaced
8345:9d9b498cfb03 8350:14b938faec69
    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);