QTfrontend/team.h
changeset 9466 8b48c27201af
parent 9080 9b42757d7e71
child 9998 736015b847e3
equal deleted inserted replaced
9464:901e363d5837 9466:8b48c27201af
    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, GameUIConfig * config) const;
    96         QStringList teamGameConfig(quint32 InitHealth) 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);