![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Collaboration diagram for pf_reverse_map:Public Attributes | |
| struct tile * | target_tile |
| int | max_turns |
| struct pf_parameter | template_params |
| QHash< const pf_parameter *, struct pf_position * > * | hash |
Definition at line 3382 of file path_finding.cpp.
| QHash<const pf_parameter *, struct pf_position *>* pf_reverse_map::hash |
Definition at line 3387 of file path_finding.cpp.
Referenced by pf_reverse_map_destroy(), and pf_reverse_map_pos().
| int pf_reverse_map::max_turns |
Definition at line 3384 of file path_finding.cpp.
Referenced by pf_reverse_map_new_for_city(), and pf_reverse_map_pos().
| struct tile* pf_reverse_map::target_tile |
Definition at line 3383 of file path_finding.cpp.
Referenced by pf_reverse_map_pos().
| struct pf_parameter pf_reverse_map::template_params |
Definition at line 3384 of file path_finding.cpp.
Referenced by pf_reverse_map_unit_pos().