src/ai/api/ai_list.hpp
branchnoai
changeset 9751 556f25efbc54
parent 9664 c5741021bf59
child 9772 c1035f0ac732
equal deleted inserted replaced
9750:71106199d143 9751:556f25efbc54
     6 #define AI_LIST_HPP
     6 #define AI_LIST_HPP
     7 
     7 
     8 #include "ai_abstractlist.hpp"
     8 #include "ai_abstractlist.hpp"
     9 
     9 
    10 /**
    10 /**
    11  * Class that creates a simple list of tiles which you can manipulate.
    11  * Class that creates a simple empty list of integers which you can manipulate.
    12  */
    12  */
    13 class AIList : public AIAbstractList {
    13 class AIList : public AIAbstractList {
    14 public:
    14 public:
    15 	/**
    15 	/**
    16 	 * The name of the class, needed by several sub-processes.
    16 	 * The name of the class, needed by several sub-processes.