QTfrontend/team.h
changeset 10400 47e2189eae44
parent 10248 7b9b44a051f8
child 11046 47a8c19ecb60
equal deleted inserted replaced
10399:22fbc79acd5b 10400:47e2189eae44
    87         void setGrave(const QString & grave);
    87         void setGrave(const QString & grave);
    88         void setHedgehog(unsigned int idx, HWHog hh);
    88         void setHedgehog(unsigned int idx, HWHog hh);
    89         void setName(const QString & name);
    89         void setName(const QString & name);
    90         void setNumHedgehogs(unsigned char num);
    90         void setNumHedgehogs(unsigned char num);
    91         void setVoicepack(const QString & voicepack);
    91         void setVoicepack(const QString & voicepack);
       
    92         void setNetTeam(bool isNetTeam);
    92 
    93 
    93         // increments for statistical info
    94         // increments for statistical info
    94         void incRounds();
    95         void incRounds();
    95         void incWins();
    96         void incWins();
    96 
    97