![]() |
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.
Macros | |
| #define | COMMENTS_FILE_NAME "comments-3.1.txt" |
Functions | |
| bool | comments_load () |
| Load comments to add to the saved rulesets. More... | |
| void | comments_free () |
| Free comments. More... | |
| void | comment_file_header (struct section_file *sfile) |
| Write file header. More... | |
| void | comment_buildings (struct section_file *sfile) |
| Write buildings header. More... | |
| void | comment_tech_classes (struct section_file *sfile) |
| Write tech classess header. More... | |
| void | comment_techs (struct section_file *sfile) |
| Write techs header. More... | |
| void | comment_govs (struct section_file *sfile) |
| Write governments header. More... | |
| void | comment_policies (struct section_file *sfile) |
| Write policies header. More... | |
| void | comment_uclasses (struct section_file *sfile) |
| Write unit classes header. More... | |
| void | comment_utypes (struct section_file *sfile) |
| Write unit types header. More... | |
| void | comment_terrains (struct section_file *sfile) |
| Write terrains header. More... | |
| void | comment_resources (struct section_file *sfile) |
| Write resources header. More... | |
| void | comment_extras (struct section_file *sfile) |
| Write extras header. More... | |
| void | comment_bases (struct section_file *sfile) |
| Write bases header. More... | |
| void | comment_roads (struct section_file *sfile) |
| Write roads header. More... | |
| void | comment_styles (struct section_file *sfile) |
| Write styles header. More... | |
| void | comment_citystyles (struct section_file *sfile) |
| Write city styles header. More... | |
| void | comment_musicstyles (struct section_file *sfile) |
| Write music styles header. More... | |
| void | comment_effects (struct section_file *sfile) |
| Write effects header. More... | |
| void | comment_disasters (struct section_file *sfile) |
| Write disasters header. More... | |
| void | comment_achievements (struct section_file *sfile) |
| Write achievements header. More... | |
| void | comment_goods (struct section_file *sfile) |
| Write goods header. More... | |
| void | comment_enablers (struct section_file *sfile) |
| Write action enablers header. More... | |
| void | comment_specialists (struct section_file *sfile) |
| Write specialists header. More... | |
| void | comment_nationsets (struct section_file *sfile) |
| Write nationsets header. More... | |
| void | comment_nationgroups (struct section_file *sfile) |
| Write nationgroups header. More... | |
| void | comment_nations (struct section_file *sfile) |
| Write nations header. More... | |
| void | comment_clauses (struct section_file *sfile) |
| Write clauses header. More... | |
| #define COMMENTS_FILE_NAME "comments-3.1.txt" |
Definition at line 16 of file comments.h.
| void comment_achievements | ( | struct section_file * | sfile | ) |
Write achievements header.
Definition at line 292 of file comments.cpp.
Referenced by save_game_ruleset().
| void comment_bases | ( | struct section_file * | sfile | ) |
Write bases header.
Definition at line 236 of file comments.cpp.
Referenced by save_terrain_ruleset().
| void comment_buildings | ( | struct section_file * | sfile | ) |
Write buildings header.
Definition at line 156 of file comments.cpp.
Referenced by save_buildings_ruleset().
| void comment_citystyles | ( | struct section_file * | sfile | ) |
Write city styles header.
Definition at line 260 of file comments.cpp.
Referenced by save_styles_ruleset().
| void comment_clauses | ( | struct section_file * | sfile | ) |
Write clauses header.
Definition at line 348 of file comments.cpp.
Referenced by save_game_ruleset().
| void comment_disasters | ( | struct section_file * | sfile | ) |
Write disasters header.
Definition at line 284 of file comments.cpp.
Referenced by save_game_ruleset().
| void comment_effects | ( | struct section_file * | sfile | ) |
Write effects header.
Definition at line 276 of file comments.cpp.
Referenced by save_effects_ruleset().
| void comment_enablers | ( | struct section_file * | sfile | ) |
Write action enablers header.
Definition at line 308 of file comments.cpp.
Referenced by save_game_ruleset().
| void comment_extras | ( | struct section_file * | sfile | ) |
Write extras header.
Definition at line 228 of file comments.cpp.
Referenced by save_terrain_ruleset().
| void comment_file_header | ( | struct section_file * | sfile | ) |
Write file header.
Definition at line 148 of file comments.cpp.
Referenced by create_ruleset_file().
| void comment_goods | ( | struct section_file * | sfile | ) |
| void comment_govs | ( | struct section_file * | sfile | ) |
Write governments header.
Definition at line 180 of file comments.cpp.
Referenced by save_governments_ruleset().
| void comment_musicstyles | ( | struct section_file * | sfile | ) |
Write music styles header.
Definition at line 268 of file comments.cpp.
Referenced by save_styles_ruleset().
| void comment_nationgroups | ( | struct section_file * | sfile | ) |
Write nationgroups header.
Definition at line 332 of file comments.cpp.
Referenced by save_nations_ruleset().
| void comment_nations | ( | struct section_file * | sfile | ) |
Write nations header.
Definition at line 324 of file comments.cpp.
Referenced by save_nations_ruleset().
| void comment_nationsets | ( | struct section_file * | sfile | ) |
Write nationsets header.
Definition at line 340 of file comments.cpp.
Referenced by save_nations_ruleset().
| void comment_policies | ( | struct section_file * | sfile | ) |
Write policies header.
Definition at line 188 of file comments.cpp.
Referenced by save_governments_ruleset().
| void comment_resources | ( | struct section_file * | sfile | ) |
Write resources header.
Definition at line 220 of file comments.cpp.
Referenced by save_terrain_ruleset().
| void comment_roads | ( | struct section_file * | sfile | ) |
Write roads header.
Definition at line 244 of file comments.cpp.
Referenced by save_terrain_ruleset().
| void comment_specialists | ( | struct section_file * | sfile | ) |
Write specialists header.
Definition at line 316 of file comments.cpp.
Referenced by save_cities_ruleset().
| void comment_styles | ( | struct section_file * | sfile | ) |
Write styles header.
Definition at line 252 of file comments.cpp.
Referenced by save_styles_ruleset().
| void comment_tech_classes | ( | struct section_file * | sfile | ) |
Write tech classess header.
Definition at line 164 of file comments.cpp.
Referenced by save_techs_ruleset().
| void comment_techs | ( | struct section_file * | sfile | ) |
Write techs header.
Definition at line 172 of file comments.cpp.
Referenced by save_techs_ruleset().
| void comment_terrains | ( | struct section_file * | sfile | ) |
Write terrains header.
Definition at line 212 of file comments.cpp.
Referenced by save_terrain_ruleset().
| void comment_uclasses | ( | struct section_file * | sfile | ) |
Write unit classes header.
Definition at line 196 of file comments.cpp.
Referenced by save_units_ruleset().
| void comment_utypes | ( | struct section_file * | sfile | ) |
Write unit types header.
Definition at line 204 of file comments.cpp.
Referenced by save_units_ruleset().
| void comments_free | ( | ) |
| bool comments_load | ( | ) |
Load comments to add to the saved rulesets.
Definition at line 55 of file comments.cpp.
Referenced by main().