src/ai/api/ai_cargolist.hpp
branchnoai
changeset 9816 35e866676c00
parent 9785 edbd185e05ed
child 9829 80fbe02a4184
equal deleted inserted replaced
9815:efac4d882b25 9816:35e866676c00
    12  */
    12  */
    13 class AICargoList : public AIAbstractList {
    13 class AICargoList : public AIAbstractList {
    14 public:
    14 public:
    15 	static const char *GetClassName() { return "AICargoList"; }
    15 	static const char *GetClassName() { return "AICargoList"; }
    16 	AICargoList();
    16 	AICargoList();
    17 
       
    18 private:
       
    19 	const char *GetListName() const { return "AICargoList"; }
       
    20 };
    17 };
    21 
    18 
    22 #endif /* AI_CARGOLIST_HPP */
    19 #endif /* AI_CARGOLIST_HPP */