|
Freeciv-3.2
|
Data Fields | |
| struct section_file * | file |
| char | secfile_options [512] |
| const char * | save_reason |
| bool | scenario |
| bool | save_players |
Definition at line 264 of file savegame3.c.
| struct section_file* savedata::file |
Definition at line 265 of file savegame3.c.
Referenced by savedata_new(), savegame3_save_real(), worklist_load(), and worklist_save().
| bool savedata::save_players |
Definition at line 273 of file savegame3.c.
Definition at line 269 of file savegame3.c.
Referenced by savedata_new(), and savegame3_save_real().
| bool savedata::scenario |
Definition at line 270 of file savegame3.c.
Referenced by savedata_new(), and savegame3_save_real().
| char savedata::secfile_options[512] |
Definition at line 266 of file savegame3.c.