QTfrontend/team.h
branchwebgl
changeset 9521 8054d9d775fd
parent 9466 8b48c27201af
child 9998 736015b847e3
equal deleted inserted replaced
9282:92af50454cf2 9521:8054d9d775fd
    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);