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