OpenTTD Source 20250924-master-gbec4e71d53
yapf_node_ship.hpp File Reference

Node tailored for ship pathfinding. More...

#include "../../tile_type.h"
#include "../../track_type.h"
#include "nodelist.hpp"
#include "yapf_node.hpp"

Go to the source code of this file.

Data Structures

struct  CYapfShipNode
 Yapf Node for ships. More...
 

Typedefs

typedef NodeList< CYapfShipNode, 10, 12 > CShipNodeList
 

Detailed Description

Node tailored for ship pathfinding.

Definition in file yapf_node_ship.hpp.

Typedef Documentation

◆ CShipNodeList

Definition at line 22 of file yapf_node_ship.hpp.