Quaternity
Public Attributes | List of all members
Settings Struct Reference

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

Detailed Description

The settings which characterize a game.

Definition at line 22 of file settings.h.

Member Data Documentation

◆ NUM_PLAYERS

const int Settings::NUM_PLAYERS

The number of players playing the game.

Definition at line 37 of file settings.h.

◆ NUM_SETS

const int Settings::NUM_SETS

The number of sets.

Definition at line 32 of file settings.h.

◆ SET_SIZE

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.


The documentation for this struct was generated from the following file: