|
OpenTTD Source 15.0-beta1
|
Base class for roadstops. More...
#include "station_type.h"#include "core/pool_type.hpp"#include "core/bitmath_func.hpp"#include "vehicle_type.h"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... | |
Typedefs | |
| typedef Pool< RoadStop, RoadStopID, 32, 64000 > | RoadStopPool |
Variables | |
| RoadStopPool | _roadstop_pool |
Base class for roadstops.
Definition in file roadstop_base.h.
| typedef Pool<RoadStop, RoadStopID, 32, 64000> RoadStopPool |
Definition at line 18 of file roadstop_base.h.