6 #ifndef ROSETTASTONE_GAME_CONFIG_HPP 7 #define ROSETTASTONE_GAME_CONFIG_HPP 32 "UNG_028",
"UNG_067",
"UNG_116",
"UNG_829",
"UNG_934",
33 "UNG_920",
"UNG_940",
"UNG_942",
"UNG_954" 42 #endif // ROSETTASTONE_GAME_CONFIG_HPP CardClass player2Class
Definition: GameConfig.hpp:26
bool doFillDecks
Definition: GameConfig.hpp:36
CardClass player1Class
Definition: GameConfig.hpp:25
bool doShuffle
Definition: GameConfig.hpp:37
std::array< Card, START_DECK_SIZE > player1Deck
Definition: GameConfig.hpp:28
std::array< std::string, NUM_PLAYER_CLASS > fillCardIDs
Definition: GameConfig.hpp:31
PlayerType startPlayer
Definition: GameConfig.hpp:23
GameConfig struct.
Definition: GameConfig.hpp:21
Definition: AccountInfo.hpp:14
std::array< Card, START_DECK_SIZE > player2Deck
Definition: GameConfig.hpp:29
bool skipMulligan
Definition: GameConfig.hpp:38
PlayerType
Enumeration that represents the player.
Definition: Constants.hpp:57