Definition in file options.c.
#include "crogue.h"
#include "export.h"
Go to the source code of this file.
Data Structures | |
| struct | option |
| A configuration option. More... | |
Typedefs | |
| typedef option | option |
| A configuration option. | |
Functions | |
| void | cb_options_menu (int n, char *buf) |
| void | init_options (void) |
| void | options_menu (void) |
Variables | |
| const char * | choices_yesnoprompt [] |
| const option | options [NUM_OPTIONS] |
|
|
A configuration option.
|
|
||||||||||||
|
Definition at line 88 of file options.c. References world::options, options, and w. Referenced by options_menu(). |
|
|
Definition at line 95 of file options.c. References option::default_value, NUM_OPTIONS, options, world::options, and w. Referenced by initialize(). |
|
|
Definition at line 103 of file options.c. References cb_options_menu(), full_redraw(), world::level, option::num_choices, NUM_OPTIONS, OPTION_GRAY_ON, OPTION_GRAYSCALE, options, world::options, options_menu_tabs, options_rect, setTabStops(), UI_Menu_Pick(), UI_Menu_Set_Persist(), and w. Referenced by main_menu(), and plr_move(). |
|
|
Initial value: {
gettext("Yes"),
gettext("No"),
gettext("Prompt") }
|
|
|
Definition at line 50 of file options.c. Referenced by cb_options_menu(), init_options(), and options_menu(). |
1.3.6