Quaternity
Classes | Variables
settings.h File Reference

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...
 

Detailed Description

This file defines the settings struct.

Definition in file settings.h.

Variable Documentation

◆ DEFAULT_NUM_PLAYERS

constexpr int DEFAULT_NUM_PLAYERS = 3
constexpr

The default value for NUM_PLAYERS.

Definition at line 17 of file settings.h.

◆ DEFAULT_NUM_SETS

constexpr int DEFAULT_NUM_SETS = 3
constexpr

The default value for NUM_SETS.

Definition at line 14 of file settings.h.

◆ DEFAULT_SET_SIZE

constexpr int DEFAULT_SET_SIZE = 4
constexpr

The default value for SET_SIZE.

Definition at line 11 of file settings.h.