![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Collaboration diagram for team_placement_config:Public Attributes | |
| struct tile ** | startpos |
| int | flexible_startpos_num |
| int | usable_startpos_num |
| int | total_startpos_num |
Definition at line 57 of file gamehand.cpp.
| int team_placement_config::flexible_startpos_num |
Definition at line 59 of file gamehand.cpp.
Referenced by do_team_placement(), and init_new_game().
| struct tile** team_placement_config::startpos |
Definition at line 58 of file gamehand.cpp.
Referenced by do_team_placement(), and init_new_game().
| int team_placement_config::total_startpos_num |
Definition at line 61 of file gamehand.cpp.
Referenced by do_team_placement(), and init_new_game().
| int team_placement_config::usable_startpos_num |
Definition at line 60 of file gamehand.cpp.
Referenced by do_team_placement(), and init_new_game().