--- 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];