QTfrontend/team.h
changeset 339 7535ab6c3820
parent 319 7f3bd9e31f18
child 341 184230eb4151
equal deleted inserted replaced
338:d1e75dcd285f 339:7535ab6c3820
    41 		QString HHName[8];
    41 		QString HHName[8];
    42 		QString	Grave;
    42 		QString	Grave;
    43 		QString Fort;
    43 		QString Fort;
    44 		unsigned int difficulty;
    44 		unsigned int difficulty;
    45 		BindAction binds[BINDS_NUMBER];
    45 		BindAction binds[BINDS_NUMBER];
       
    46 		bool netTeam;
    46 
    47 
    47 		bool LoadFromFile();
    48 		bool LoadFromFile();
    48 		bool SaveToFile();
    49 		bool SaveToFile();
    49 		void SetToPage(HWForm * hwform);
    50 		void SetToPage(HWForm * hwform);
    50 		void GetFromPage(HWForm * hwform);
    51 		void GetFromPage(HWForm * hwform);