equal
deleted
inserted
replaced
41 |
41 |
42 bool LoadFromFile(); |
42 bool LoadFromFile(); |
43 bool SaveToFile(); |
43 bool SaveToFile(); |
44 void SetToPage(HWForm * hwform); |
44 void SetToPage(HWForm * hwform); |
45 void GetFromPage(HWForm * hwform); |
45 void GetFromPage(HWForm * hwform); |
46 QStringList TeamGameConfig(quint32 color, int hedgehogs) const; |
46 QStringList TeamGameConfig(quint32 color, int hedgehogs, quint32 InitHealth) const; |
47 |
47 |
48 bool operator==(const HWTeam& t1) const; |
48 bool operator==(const HWTeam& t1) const; |
49 bool operator<(const HWTeam& t1) const; |
49 bool operator<(const HWTeam& t1) const; |
50 private: |
50 private: |
51 QString OldTeamName; |
51 QString OldTeamName; |