QTfrontend/team.h
changeset 207 287077789132
parent 184 f97a7a3dc8f6
child 231 c77b16e48273
equal deleted inserted replaced
206:32fa6282efe2 207:287077789132
    17  */
    17  */
    18 
    18 
    19 #ifndef TEAM_H
    19 #ifndef TEAM_H
    20 #define TEAM_H
    20 #define TEAM_H
    21 
    21 
       
    22 #include <QColor>
    22 #include <QString>
    23 #include <QString>
    23 #include "binds.h"
    24 #include "binds.h"
    24 
    25 
    25 class HWForm;
    26 class HWForm;
    26 class GameUIConfig;
    27 class GameUIConfig;
    45 
    46 
    46 		bool operator==(const HWTeam& t1) const;
    47 		bool operator==(const HWTeam& t1) const;
    47 		bool operator<(const HWTeam& t1) const;
    48 		bool operator<(const HWTeam& t1) const;
    48 };
    49 };
    49 
    50 
       
    51 class HWTeamTempParams
       
    52 {
       
    53  public:
       
    54   unsigned char numHedgehogs;
       
    55   QColor teamColor;
       
    56 };
       
    57 
    50 #endif
    58 #endif