00001 /* $Id: newgrf_town.h 12971 2008-05-06 15:11:33Z rubidium $ */ 00002 00005 #ifndef NEWGRF_TOWN_H 00006 #define NEWGRF_TOWN_H 00007 00008 /* Currently there is no direct town resolver; we only need to get town 00009 * variable results from inside stations, house tiles and industry tiles. */ 00010 00011 uint32 TownGetVariable(byte variable, byte parameter, bool *available, const Town *t); 00012 00013 #endif /* NEWGRF_TOWN_H */