QTfrontend/team.h
changeset 319 7f3bd9e31f18
parent 314 83773ccf4f09
child 339 7535ab6c3820
equal deleted inserted replaced
318:46a43b02bbb3 319:7f3bd9e31f18
    46 
    46 
    47 		bool LoadFromFile();
    47 		bool LoadFromFile();
    48 		bool SaveToFile();
    48 		bool SaveToFile();
    49 		void SetToPage(HWForm * hwform);
    49 		void SetToPage(HWForm * hwform);
    50 		void GetFromPage(HWForm * hwform);
    50 		void GetFromPage(HWForm * hwform);
    51 		QStringList TeamGameConfig(quint32 color, int hedgehogs, quint32 InitHealth) const;
    51 		QStringList TeamGameConfig(quint32 color, int hedgehogs, quint32 InitHealth, bool netTeam=false) const;
    52 
    52 
    53 		bool operator==(const HWTeam& t1) const;
    53 		bool operator==(const HWTeam& t1) const;
    54 		bool operator<(const HWTeam& t1) const;
    54 		bool operator<(const HWTeam& t1) const;
    55 	private:
    55 	private:
    56 		QString OldTeamName;
    56 		QString OldTeamName;