QTfrontend/team.h
changeset 3381 f8800c44b3de
parent 3344 b18a166e6ca4
child 3758 80007c41c35e
--- 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;