![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | savegame3_load (struct section_file *sfile) |
| Really loading the savegame. More... | |
| void | savegame3_save (struct section_file *sfile, const char *save_reason, bool scenario) |
| Main entry point for saving a game in savegame3 format. More... | |
| void savegame3_load | ( | struct section_file * | sfile | ) |
Really loading the savegame.
Definition at line 436 of file savegame3.cpp.
Referenced by savegame_load().
| void savegame3_save | ( | struct section_file * | sfile, |
| const char * | save_reason, | ||
| bool | scenario | ||
| ) |
Main entry point for saving a game in savegame3 format.
Definition at line 412 of file savegame3.cpp.
Referenced by savegame_save().