#include <team.h>
Public Attributes | |
int | score |
struct Player * | players [MAX_TEAM_PLAYERS] |
Team structure.
Players are grouped in teams. One team for 2-3 players, and two teams for 4 players.
Team::players |
Pointer to the players of the team.
Team::score |
The score achieved by the team in this game.