maedhros@6332: /* $Id$ */ maedhros@6332: rubidium@9111: /** @file newgrf_town.h Functions to handle the town part of NewGRF towns. */ maedhros@6332: maedhros@6332: #ifndef NEWGRF_TOWN_H maedhros@6332: #define NEWGRF_TOWN_H maedhros@6332: maedhros@6332: /* Currently there is no direct town resolver; we only need to get town maedhros@6332: * variable results from inside stations, house tiles and industry tiles. */ maedhros@6332: maedhros@6332: uint32 TownGetVariable(byte variable, byte parameter, bool *available, const Town *t); maedhros@6332: maedhros@6332: #endif /* NEWGRF_TOWN_H */