src/ai/api/ai_vehiclelist.hpp
branchnoai
changeset 9740 a98f20bce404
parent 9647 c17046b1b8a2
child 9744 7297fcf46e03
equal deleted inserted replaced
9739:21d11e60baeb 9740:a98f20bce404
    35 
    35 
    36 	/**
    36 	/**
    37 	 * The constructor to make a list of vehicles that goes to this station.
    37 	 * The constructor to make a list of vehicles that goes to this station.
    38 	 * @param station The station to get the list of vehicles that go here from.
    38 	 * @param station The station to get the list of vehicles that go here from.
    39 	 */
    39 	 */
    40 	AIStationVehicleList(StationID station);
    40 	AIStationVehicleList(StationID station_id);
    41 };
    41 };
    42 
    42 
    43 #endif /* AI_VEHICLELIST_HPP */
    43 #endif /* AI_VEHICLELIST_HPP */