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

Hand structure. More...

#include <round.h>

Public Attributes

struct Cardcards [MAX_GAME_PLAYERS]
 
struct Playerplayers [MAX_GAME_PLAYERS]
 

Detailed Description

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.

Member Data Documentation

Hand::cards

Pointer to the cards of the hand.

Hand::players

Pointer to the players of the hand.


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