A data model for the games. More...
Public Attributes | |
vector< datasplayer * > * | playersList |
The players List. | |
vector< string > * | playedCards |
The actual cards in the game. | |
vector< string > * | piocheCards |
The rest of the cards. | |
A data model for the games.
A game need a players list, the cards in the turns and the rest of the cards
Definition at line 96 of file cardgame.cpp.
The rest of the cards.
Definition at line 112 of file cardgame.cpp.
The actual cards in the game.
Definition at line 107 of file cardgame.cpp.
vector<datasplayer *>* datasgame::playersList |