Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
pf_danger_map Struct Reference

Data Fields

struct pf_map base_map
 
struct map_index_pqqueue
 
struct map_index_pqdanger_queue
 
struct pf_danger_nodelattice
 

Detailed Description

Definition at line 978 of file path_finding.c.

Field Documentation

◆ base_map

struct pf_map pf_danger_map::base_map

Definition at line 979 of file path_finding.c.

◆ danger_queue

struct map_index_pq* pf_danger_map::danger_queue

Definition at line 984 of file path_finding.c.

◆ lattice

struct pf_danger_node* pf_danger_map::lattice

Definition at line 985 of file path_finding.c.

◆ queue

struct map_index_pq* pf_danger_map::queue

Definition at line 981 of file path_finding.c.