changeset 319 | 7f3bd9e31f18 |
parent 314 | 83773ccf4f09 |
child 339 | 7535ab6c3820 |
--- a/QTfrontend/team.h Thu Jan 11 23:19:18 2007 +0000 +++ b/QTfrontend/team.h Thu Jan 11 23:29:57 2007 +0000 @@ -48,7 +48,7 @@ bool SaveToFile(); void SetToPage(HWForm * hwform); void GetFromPage(HWForm * hwform); - QStringList TeamGameConfig(quint32 color, int hedgehogs, quint32 InitHealth) const; + QStringList TeamGameConfig(quint32 color, int hedgehogs, quint32 InitHealth, bool netTeam=false) const; bool operator==(const HWTeam& t1) const; bool operator<(const HWTeam& t1) const;