src/ai/api/ai_tilelist.hpp
branchnoai
changeset 10339 ce6cd68d9eb8
parent 9839 ea94d60d13e7
child 10864 9a6616a1dce6
equal deleted inserted replaced
10338:fb4e0030116d 10339:ce6cd68d9eb8
     4 
     4 
     5 #ifndef AI_TILELIST_HPP
     5 #ifndef AI_TILELIST_HPP
     6 #define AI_TILELIST_HPP
     6 #define AI_TILELIST_HPP
     7 
     7 
     8 #include "ai_abstractlist.hpp"
     8 #include "ai_abstractlist.hpp"
     9 #include "../../industry.h"
       
    10 
     9 
    11 /**
    10 /**
    12  * Creates an empty list, in which you can add tiles.
    11  * Creates an empty list, in which you can add tiles.
    13  * @ingroup AIList
    12  * @ingroup AIList
    14  */
    13  */