src/ai/api/ai_vehiclelist.hpp
branchnoai
changeset 9746 e4ab7ea8d897
parent 9745 fb2454d70f37
child 9772 c1035f0ac732
equal deleted inserted replaced
9745:fb2454d70f37 9746:e4ab7ea8d897
    24 };
    24 };
    25 
    25 
    26 /**
    26 /**
    27  * Class that creates a list of vehicles that go to a given station.
    27  * Class that creates a list of vehicles that go to a given station.
    28  */
    28  */
    29 class AIVehicleList_Station : public AIVehicleList {
    29 class AIVehicleList_Station : public AIAbstractList {
    30 public:
    30 public:
    31 	/**
    31 	/**
    32 	 * The name of the class, needed by several sub-processes.
    32 	 * The name of the class, needed by several sub-processes.
    33 	 */
    33 	 */
    34 	static const char *GetClassName() { return "AIVehicleList_Station"; }
    34 	static const char *GetClassName() { return "AIVehicleList_Station"; }