view src/newgrf_town.h @ 6729:e07e44389531 draft

(svn r9961) -Fix (r7182): some file were still in iso8859-15 instead of utf8.
author rubidium <rubidium@openttd.org>
date Mon, 28 May 2007 04:15:32 +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 */