Quaternity
input.h
Go to the documentation of this file.
1 
7 #ifndef INPUT_H_
8 #define INPUT_H_
9 
10 #include "round.h"
11 #include "settings.h"
12 
15 
16 #endif /* INPUT_H_ */
Answer ask_answer()
Ask the user to provide an answer.
Definition: input.cpp:37
Question ask_question()
Ask the user to provide a question.
Definition: input.cpp:25
This file defines the structs for a question and typedef of an answer.
bool Answer
An answer returned by a player. The answer is either true or false denoting he/she has or does not ha...
Definition: round.h:39
This file defines the settings struct.
A question asked by a player. The player asks another player for a specific card from a certain set.
Definition: round.h:17