src/newgrf_town.h
changeset 6658 59048224be55
child 10429 1b99254f9607
equal deleted inserted replaced
6657:3bf9d9badb6b 6658:59048224be55
       
     1 /* $Id$ */
       
     2 
       
     3 /** @file newgrf_town.h */
       
     4 
       
     5 #ifndef NEWGRF_TOWN_H
       
     6 #define NEWGRF_TOWN_H
       
     7 
       
     8 /* Currently there is no direct town resolver; we only need to get town
       
     9  * variable results from inside stations, house tiles and industry tiles. */
       
    10 
       
    11 uint32 TownGetVariable(byte variable, byte parameter, bool *available, const Town *t);
       
    12 
       
    13 #endif /* NEWGRF_TOWN_H */