changeset 10248 | 7b9b44a051f8 |
parent 10108 | c68cf030eded |
child 10400 | 47e2189eae44 |
10247:7c6b265b89d1 | 10248:7b9b44a051f8 |
---|---|
37 struct HWHog |
37 struct HWHog |
38 { |
38 { |
39 QString Name; |
39 QString Name; |
40 QString Hat; |
40 QString Hat; |
41 int Rounds, Kills, Deaths, Suicides; |
41 int Rounds, Kills, Deaths, Suicides; |
42 |
|
43 HWHog() : Rounds(0), Kills(0), Deaths(0), Suicides(0){} |
|
42 }; |
44 }; |
43 |
45 |
44 // class representing a team |
46 // class representing a team |
45 class HWTeam : public QObject |
47 class HWTeam : public QObject |
46 { |
48 { |