diff -r 32fa6282efe2 -r 287077789132 QTfrontend/team.h --- 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 #include #include "binds.h" @@ -47,4 +48,11 @@ bool operator<(const HWTeam& t1) const; }; +class HWTeamTempParams +{ + public: + unsigned char numHedgehogs; + QColor teamColor; +}; + #endif