This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | CLIBUFSIZE 1024 |
Enumerations | |
enum | parsestage { general_options, variant_options, player_options, interface_options, leftover_options } |
Functions | |
void | init_options (void) |
void | parse_command_line (int argc, char **argv, int spec) |
void | add_a_module (char *name, char *filename) |
void | load_all_modules (void) |
void | set_variants_from_options (void) |
void | set_players_from_options (void) |
void | print_instructions (void) |
Variables | |
int | checkpointinterval |
int | option_popup_new_game_dialog |
char * | option_game_to_host |
char * | option_game_to_join |
int | option_num_to_wait_for |
char * | default_player_spec |
char * | raw_default_player_spec |
char * | args_used |
This include file includes information for command line processing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|