OpenTTD Source  20241108-master-g80f628063a
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  CYapfShipNodeT< Tkey_ >
 Yapf Node for ships. More...
 

Typedefs

typedef CYapfShipNodeT< CYapfNodeKeyExitDirCYapfShipNodeExitDir
 
typedef CYapfShipNodeT< CYapfNodeKeyTrackDirCYapfShipNodeTrackDir
 
typedef CNodeList_HashTableT< CYapfShipNodeExitDir, 10, 12 > CShipNodeListExitDir
 
typedef CNodeList_HashTableT< CYapfShipNodeTrackDir, 10, 12 > CShipNodeListTrackDir
 

Detailed Description

Node tailored for ship pathfinding.

Definition in file yapf_node_ship.hpp.