CruceGame  v0.4.0
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
Public Attributes | List of all members
Game Struct Reference

Game structure. More...

#include <game.h>

Public Attributes

int numberPlayers
 
int pointsNumber
 
struct Roundround
 
struct Playerplayers [MAX_GAME_PLAYERS]
 
struct Teamteams [MAX_GAME_TEAMS]
 
struct Deckdeck
 

Detailed Description

Game structure.

Structure used to keep information about the game data.

Member Data Documentation

Game::deck

Pointer to the deck of the game.

Game::numberPlayers

The number of the players that joined the game.

Game::players

Pointer to the players of the game.

Game::pointsNumber

The total amount of the points of the game.

Game::round

Pointer to the current round of the game.

Game::teams

Pointer to the teams of the game.


The documentation for this struct was generated from the following file: