equal
deleted
inserted
replaced
53 |
53 |
54 unsigned char numHedgehogs; |
54 unsigned char numHedgehogs; |
55 QColor teamColor; |
55 QColor teamColor; |
56 |
56 |
57 bool LoadFromFile(); |
57 bool LoadFromFile(); |
|
58 bool DeleteFile(); |
58 bool SaveToFile(); |
59 bool SaveToFile(); |
59 void SetToPage(HWForm * hwform); |
60 void SetToPage(HWForm * hwform); |
60 void GetFromPage(HWForm * hwform); |
61 void GetFromPage(HWForm * hwform); |
61 QStringList TeamGameConfig(quint32 InitHealth) const; |
62 QStringList TeamGameConfig(quint32 InitHealth) const; |
62 |
63 |