00001 /* $Id: newgrf_town.h 9566 2007-04-05 20:50:39Z maedhros $ */ 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 */