QTfrontend/team.h
changeset 231 c77b16e48273
parent 207 287077789132
child 239 f9adf3c73bed
equal deleted inserted replaced
230:ff76ba0671f7 231:c77b16e48273
    34 
    34 
    35 		QString TeamName;
    35 		QString TeamName;
    36 		QString HHName[8];
    36 		QString HHName[8];
    37 		QString	Grave;
    37 		QString	Grave;
    38 		QString Fort;
    38 		QString Fort;
       
    39 		unsigned int difficulty;
    39 		BindAction binds[BINDS_NUMBER];
    40 		BindAction binds[BINDS_NUMBER];
    40 
    41 
    41 		bool LoadFromFile();
    42 		bool LoadFromFile();
    42 		bool SaveToFile();
    43 		bool SaveToFile();
    43 		void SetToPage(HWForm * hwform);
    44 		void SetToPage(HWForm * hwform);