#include "core/smallvec_type.hpp"
#include "vehicle_type.h"
#include "company_type.h"
#include "tile_type.h"
Go to the source code of this file.
Typedefs | |
typedef SmallVector< const Vehicle *, 32 > | VehicleList |
Functions | |
void | GenerateVehicleSortList (VehicleList *list, VehicleType type, Owner owner, uint32 index, uint16 window_type) |
void | BuildDepotVehicleList (VehicleType type, TileIndex tile, VehicleList *engine_list, VehicleList *wagon_list, bool individual_wagons=false) |
Definition in file vehiclelist.h.