|
OpenTTD Source 20251213-master-g1091fa6071
|
Base class for roadstops. More...
Go to the source code of this file.
Data Structures | |
| struct | RoadStop |
| A Stop for a Road Vehicle. More... | |
| struct | RoadStop::Entry |
| Container for each entry point of a drive through road stop. More... | |
| struct | RoadStop::Entries |
| Container for both east and west entry points. More... | |
Typedefs | |
| using | RoadStopPool = Pool< RoadStop, RoadStopID, 32 > |
Variables | |
| RoadStopPool | _roadstop_pool |
Base class for roadstops.
Definition in file roadstop_base.h.
| using RoadStopPool = Pool<RoadStop, RoadStopID, 32> |
Definition at line 17 of file roadstop_base.h.