Quaternity
|
This file defines the settings struct. More...
Go to the source code of this file.
Classes | |
struct | Settings |
The settings which characterize a game. More... | |
Variables | |
constexpr int | DEFAULT_SET_SIZE = 4 |
The default value for SET_SIZE. More... | |
constexpr int | DEFAULT_NUM_SETS = 3 |
The default value for NUM_SETS. More... | |
constexpr int | DEFAULT_NUM_PLAYERS = 3 |
The default value for NUM_PLAYERS. More... | |
This file defines the settings struct.
Definition in file settings.h.
|
constexpr |
The default value for NUM_PLAYERS.
Definition at line 17 of file settings.h.
|
constexpr |
The default value for NUM_SETS.
Definition at line 14 of file settings.h.
|
constexpr |
The default value for SET_SIZE.
Definition at line 11 of file settings.h.