![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Option set structure. More...
Collaboration diagram for option_set:Public Attributes | |
| struct option *(* | option_by_number )(int) |
| struct option *(* | option_first )() |
| int(* | category_number )() |
| const char *(* | category_name )(int) |
Option set structure.
Definition at line 88 of file options.cpp.
| const char*(* option_set::category_name) (int) |
Definition at line 93 of file options.cpp.
Referenced by optset_category_name().
| int(* option_set::category_number) () |
Definition at line 92 of file options.cpp.
| struct option*(* option_set::option_by_number) (int) |
Definition at line 4906 of file options.cpp.
Referenced by optset_option_by_number().
| struct option*(* option_set::option_first) () |
Definition at line 4906 of file options.cpp.
Referenced by optset_option_first().