|
Quaternity
|
This file defines the structs for a question and typedef of an answer. More...
#include <vector>Go to the source code of this file.
Classes | |
| struct | Question |
| A question asked by a player. The player asks another player for a specific card from a certain set. More... | |
Typedefs | |
| typedef bool | Answer |
| An answer returned by a player. The answer is either true or false denoting he/she has or does not has the card which was asked for. More... | |
This file defines the structs for a question and typedef of an answer.
Definition in file round.h.