OpenTTD Source
20241109-master-g5e4f8db7d6
|
Yapf Node Key that evaluates hash from (and compares) tile & exit dir. More...
#include <yapf_node.hpp>
Public Member Functions | |
void | Set (TileIndex tile, Trackdir td) |
int | CalcHash () const |
bool | operator== (const CYapfNodeKeyExitDir &other) const |
void | Dump (DumpTarget &dmp) const |
Data Fields | |
TileIndex | tile |
Trackdir | td |
DiagDirection | exitdir |
Yapf Node Key that evaluates hash from (and compares) tile & exit dir.
Definition at line 17 of file yapf_node.hpp.