Game global game variables struct definition. More...
Go to the source code of this file.
Data Structures | |
| struct | GameVariables |
| A central location for all game variables. More... | |
Macros | |
| #define | GAME_SPEED_MIN 1 |
| #define | GAME_SPEED_MAX 4 |
| #define | VOLUME_OPTION_MIN 0 |
| #define | VOLUME_OPTION_MAX 5 |
| #define | VOLUME_OPTION_INCREMENT 20 |
| #define | DEFAULT_GAME_SPEED 1 |
| #define | DEFAULT_MUSIC_VOLUME VOLUME_OPTION_MAX |
| #define | DEFAULT_SOUND_VOLUME VOLUME_OPTION_MAX |
| #define | MAX_HANDS 4 |
| #define | MAX_DISCARDS 4 |
| #define | DEFAULT_HAND_SIZE 8 |
Variables | |
| GameVariables | g_game_vars |
Game global game variables struct definition.
Definition in file game_variables.h.
| #define DEFAULT_GAME_SPEED 1 |
Definition at line 23 of file game_variables.h.
| #define DEFAULT_HAND_SIZE 8 |
Definition at line 30 of file game_variables.h.
| #define DEFAULT_MUSIC_VOLUME VOLUME_OPTION_MAX |
Definition at line 24 of file game_variables.h.
| #define DEFAULT_SOUND_VOLUME VOLUME_OPTION_MAX |
Definition at line 25 of file game_variables.h.
| #define GAME_SPEED_MAX 4 |
Definition at line 16 of file game_variables.h.
| #define GAME_SPEED_MIN 1 |
Definition at line 15 of file game_variables.h.
| #define MAX_DISCARDS 4 |
Definition at line 28 of file game_variables.h.
| #define MAX_HANDS 4 |
Definition at line 27 of file game_variables.h.
| #define VOLUME_OPTION_INCREMENT 20 |
Definition at line 21 of file game_variables.h.
| #define VOLUME_OPTION_MAX 5 |
Definition at line 20 of file game_variables.h.
| #define VOLUME_OPTION_MIN 0 |
Definition at line 19 of file game_variables.h.
|
extern |