1
This commit is contained in:
parent
f36a675aac
commit
feb5099c63
@ -6,7 +6,17 @@
|
|||||||
|
|
||||||
#include "matchteam.h"
|
#include "matchteam.h"
|
||||||
|
|
||||||
|
class TeamGroup;
|
||||||
class MatchTeamNew
|
class MatchTeamNew
|
||||||
{
|
{
|
||||||
|
public:
|
||||||
|
std::shared_ptr<TeamGroup> group;
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
class TeamGroup
|
||||||
|
{
|
||||||
|
public:
|
||||||
|
std::map<std::string, MatchTeamNew*> teams;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user