QTfrontend/team.h
changeset 3159 e5eff81d7635
parent 2948 3f21a9dc93d0
child 3236 4ab3917d7d44
equal deleted inserted replaced
3158:9cd05b3353da 3159:e5eff81d7635
    53 
    53 
    54         unsigned char numHedgehogs;
    54         unsigned char numHedgehogs;
    55         QColor teamColor;
    55         QColor teamColor;
    56 
    56 
    57         bool LoadFromFile();
    57         bool LoadFromFile();
       
    58         bool DeleteFile();
    58         bool SaveToFile();
    59         bool SaveToFile();
    59         void SetToPage(HWForm * hwform);
    60         void SetToPage(HWForm * hwform);
    60         void GetFromPage(HWForm * hwform);
    61         void GetFromPage(HWForm * hwform);
    61         QStringList TeamGameConfig(quint32 InitHealth) const;
    62         QStringList TeamGameConfig(quint32 InitHealth) const;
    62 
    63