view src/newgrf_town.h @ 6773:746c984c2dfe draft

(svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace individual checks depending on the vehicle type.
author maedhros <maedhros@openttd.org>
date Fri, 01 Jun 2007 12:03:10 +0000
parents 60486b0b3e39
children d48433370037
line wrap: on
line source

/* $Id$ */

/** @file newgrf_town.h */

#ifndef NEWGRF_TOWN_H
#define NEWGRF_TOWN_H

/* Currently there is no direct town resolver; we only need to get town
 * variable results from inside stations, house tiles and industry tiles. */

uint32 TownGetVariable(byte variable, byte parameter, bool *available, const Town *t);

#endif /* NEWGRF_TOWN_H */