Quaternity
|
This file defines the state update function headers. More...
Go to the source code of this file.
Functions | |
void | update_state (const Settings &settings, State &state, const Question &question, const Answer &answer) |
Update the state of the game according to the question asked and the answer which is given. More... | |
This file defines the state update function headers.
Definition in file update.h.
void update_state | ( | const Settings & | settings, |
State & | state, | ||
const Question & | question, | ||
const Answer & | answer | ||
) |
Update the state of the game according to the question asked and the answer which is given.
update_quartets
.Definition at line 155 of file update.cpp.