src/ai/api/ai_vehiclelist.hpp
branchnoai
changeset 9632 1816329e9cdd
parent 9614 814c3bbf8ecc
child 9647 c17046b1b8a2
equal deleted inserted replaced
9631:8a2d1c2ceb88 9632:1816329e9cdd
    16 	 * The name of the class, needed by several sub-processes.
    16 	 * The name of the class, needed by several sub-processes.
    17 	 */
    17 	 */
    18 	static const char *GetClassName() { return "AIVehicleList"; }
    18 	static const char *GetClassName() { return "AIVehicleList"; }
    19 
    19 
    20 	/**
    20 	/**
    21 	 * The constructor to make a list of towns.
    21 	 * The constructor to make a list of vehicles.
    22 	 */
    22 	 */
    23 	AIVehicleList();
    23 	AIVehicleList();
    24 };
    24 };
    25 
    25 
    26 #endif /* AI_VEHICLELIST_HPP */
    26 #endif /* AI_VEHICLELIST_HPP */