src/newgrf_commons.cpp
changeset 8270 e7c342f6b14c
parent 8118 fa5fe5491657
child 8394 8d765e1d2641
equal deleted inserted replaced
8269:6dc204e1c957 8270:e7c342f6b14c
    12 #include "industry.h"
    12 #include "industry.h"
    13 #include "newgrf.h"
    13 #include "newgrf.h"
    14 #include "newgrf_commons.h"
    14 #include "newgrf_commons.h"
    15 #include "tile_map.h"
    15 #include "tile_map.h"
    16 #include "station_map.h"
    16 #include "station_map.h"
       
    17 #include "settings_type.h"
    17 
    18 
    18 /** Constructor of generic class
    19 /** Constructor of generic class
    19  * @param offset end of original data for this entity. i.e: houses = 110
    20  * @param offset end of original data for this entity. i.e: houses = 110
    20  * @param maximum of entities this manager can deal with. i.e: houses = 512
    21  * @param maximum of entities this manager can deal with. i.e: houses = 512
    21  * @param invalid is the ID used to identify an invalid entity id
    22  * @param invalid is the ID used to identify an invalid entity id