src/newgrf_town.cpp
changeset 8270 e7c342f6b14c
parent 8131 160939e24ed3
child 8610 3d2183c29dc2
equal deleted inserted replaced
8269:6dc204e1c957 8270:e7c342f6b14c
     2 
     2 
     3 /** @file newgrf_town.cpp */
     3 /** @file newgrf_town.cpp */
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
     6 #include "openttd.h"
     7 #include "variables.h"
     7 #include "settings_type.h"
     8 #include "debug.h"
     8 #include "debug.h"
     9 #include "core/bitmath_func.hpp"
     9 #include "core/bitmath_func.hpp"
    10 #include "town.h"
    10 #include "town.h"
    11 
    11 
    12 /** This function implements the town variables that newGRF defines.
    12 /** This function implements the town variables that newGRF defines.