OpenTTD Source 20250924-master-gbec4e71d53
|
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 |
Node tailored for ship pathfinding.
Definition in file yapf_node_ship.hpp.
typedef NodeList<CYapfShipNode, 10, 12> CShipNodeList |
Definition at line 22 of file yapf_node_ship.hpp.