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

Node tailored for road 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  CYapfRoadNode
 Yapf Node for road YAPF. More...
 

Typedefs

typedef NodeList< CYapfRoadNode, 8, 10 > CRoadNodeList
 

Detailed Description

Node tailored for road pathfinding.

Definition in file yapf_node_road.hpp.

Typedef Documentation

◆ CRoadNodeList

Definition at line 33 of file yapf_node_road.hpp.