OpenTTD Source
20241111-master-gce64d5f5d9
|
YAPF origin for water regions. More...
Public Types | |
typedef Types::Tpf | Tpf |
The pathfinder class (derived from THIS class). | |
typedef Types::NodeList::Titem | Node |
This will be our node type. | |
typedef Node::Key | Key |
Key to hash tables. | |
Public Member Functions | |
void | AddOrigin (const WaterRegionPatchDesc &water_region_patch) |
bool | HasOrigin (const WaterRegionPatchDesc &water_region_patch) |
void | PfSetStartupNodes () |
Protected Member Functions | |
Tpf & | Yapf () |
Private Attributes | |
std::vector< CYapfRegionPatchNodeKey > | origin_keys |
YAPF origin for water regions.
Definition at line 89 of file yapf_ship_regions.cpp.