Quaternity
Public Attributes | List of all members
Question Struct Reference

A question asked by a player. The player asks another player for a specific card from a certain set. More...

#include <round.h>

Public Attributes

int player
 The player the question is asked to. More...
 
int set
 The set the card which is asked belongs to. More...
 
int card
 The card in the set which is asked for. More...
 

Detailed Description

A question asked by a player. The player asks another player for a specific card from a certain set.

Definition at line 17 of file round.h.

Member Data Documentation

◆ card

int Question::card

The card in the set which is asked for.

Definition at line 32 of file round.h.

◆ player

int Question::player

The player the question is asked to.

Definition at line 22 of file round.h.

◆ set

int Question::set

The set the card which is asked belongs to.

Definition at line 27 of file round.h.


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