equal
deleted
inserted
replaced
25 #include "predefteams.h" |
25 #include "predefteams.h" |
26 #include "pages.h" |
26 #include "pages.h" |
27 #include "hwconsts.h" |
27 #include "hwconsts.h" |
28 |
28 |
29 #include <QStringList> |
29 #include <QStringList> |
30 #include <QDebug> |
|
31 |
30 |
32 HWTeam::HWTeam(const QString & teamname, unsigned int netID) : |
31 HWTeam::HWTeam(const QString & teamname, unsigned int netID) : |
33 difficulty(0), |
32 difficulty(0), |
34 numHedgehogs(4), |
33 numHedgehogs(4), |
35 m_netID(netID) |
34 m_netID(netID) |