#include <round.h>
Public Attributes | |
struct Card * | cards [MAX_GAME_PLAYERS] |
struct Player * | players [MAX_GAME_PLAYERS] |
Hand structure.
In a hand, player[i] gives cards[i] and bids bid[i]. The players should be added in the order of the bids.
Hand::cards |
Pointer to the cards of the hand.
Hand::players |
Pointer to the players of the hand.