QTfrontend/team.h
changeset 207 287077789132
parent 184 f97a7a3dc8f6
child 231 c77b16e48273
--- a/QTfrontend/team.h	Fri Oct 27 14:30:36 2006 +0000
+++ b/QTfrontend/team.h	Fri Oct 27 19:37:59 2006 +0000
@@ -19,6 +19,7 @@
 #ifndef TEAM_H
 #define TEAM_H
 
+#include <QColor>
 #include <QString>
 #include "binds.h"
 
@@ -47,4 +48,11 @@
 		bool operator<(const HWTeam& t1) const;
 };
 
+class HWTeamTempParams
+{
+ public:
+  unsigned char numHedgehogs;
+  QColor teamColor;
+};
+
 #endif