QTfrontend/team.h
changeset 3344 b18a166e6ca4
parent 3236 4ab3917d7d44
child 3381 f8800c44b3de
--- a/QTfrontend/team.h	Fri Apr 16 00:02:30 2010 +0000
+++ b/QTfrontend/team.h	Fri Apr 16 12:38:31 2010 +0000
@@ -23,6 +23,7 @@
 #include <QColor>
 #include <QString>
 #include "binds.h"
+#include "achievements.h"
 
 class HWForm;
 class GameUIConfig;
@@ -31,6 +32,13 @@
 {
 };
 
+struct HWHog
+{
+    QString Name;
+    QString Hat;
+    int Rounds, Kills, Deaths, Suicides;
+};
+
 class HWTeam
 {
     public:
@@ -41,13 +49,13 @@
         bool isNetTeam() const;
 
         QString TeamName;
-        QString HHName[8];
-        QString HHHat[8];
         QString Grave;
         QString Fort;
         QString Flag;
         QString Voicepack;
         QString Owner;
+        HWHog Hedgehogs[8];
+        unsigned int AchievementProgress[MAX_ACHIEVEMENTS];
         unsigned int difficulty;
         BindAction binds[BINDS_NUMBER];