Freeciv-3.1
|
Data Fields | |
struct option *(* | option_by_number )(int) |
struct option *(* | option_first )(void) |
int(* | category_number )(void) |
const char *(* | category_name )(int) |
const char *(* option_set::category_name) (int) |
Definition at line 389 of file options.c.
Referenced by optset_category_name().
int(* option_set::category_number) (void) |
Definition at line 388 of file options.c.
Referenced by optset_category_number().
struct option *(* option_set::option_by_number) (int) |
Definition at line 6555 of file options.c.
Referenced by optset_option_by_number().
struct option *(* option_set::option_first) (void) |
Definition at line 6555 of file options.c.
Referenced by optset_option_first().