30 void getHelp(
const char* scope);
GameConfiguration getConfigurationFromArguments(char **argv, const int argc)
Generates a game configuration from the given options. If some options are not specified,...
int handleCLIArguments(char **argv, const int argc)
It validates and intreprets the CLI options.
void getHelp(const char *scope)
Prints the generic help message or a detailed help message describing a particular option.
Definition of the game configuration structure and definition of related accessory functions.
The game configuration structure.
Definition of utility functions.