OpenTTD Source 20250924-master-gbec4e71d53
|
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 |
Node tailored for road pathfinding.
Definition in file yapf_node_road.hpp.
typedef NodeList<CYapfRoadNode, 8, 10> CRoadNodeList |
Definition at line 33 of file yapf_node_road.hpp.