Quaternity
|
The settings which characterize a game. More...
#include <settings.h>
Public Attributes | |
const int | SET_SIZE |
The size of one set, aka the number of cards in one set. More... | |
const int | NUM_SETS |
The number of sets. More... | |
const int | NUM_PLAYERS |
The number of players playing the game. More... | |
The settings which characterize a game.
Definition at line 22 of file settings.h.
const int Settings::NUM_PLAYERS |
The number of players playing the game.
Definition at line 37 of file settings.h.
const int Settings::NUM_SETS |
The number of sets.
Definition at line 32 of file settings.h.
const int Settings::SET_SIZE |
The size of one set, aka the number of cards in one set.
Definition at line 27 of file settings.h.