--- a/QTfrontend/team.h Thu Apr 29 19:40:13 2010 +0000
+++ b/QTfrontend/team.h Thu Apr 29 21:25:51 2010 +0000
@@ -54,6 +54,8 @@
QString Flag;
QString Voicepack;
QString Owner;
+ int Rounds;
+ int Wins;
HWHog Hedgehogs[8];
unsigned int AchievementProgress[MAX_ACHIEVEMENTS];
unsigned int difficulty;
@@ -65,6 +67,7 @@
bool LoadFromFile();
bool DeleteFile();
bool SaveToFile();
+ bool FileExists();
void SetToPage(HWForm * hwform);
void GetFromPage(HWForm * hwform);
QStringList TeamGameConfig(quint32 InitHealth) const;