Mercurial > hg > openttd
view src/newgrf_town.h @ 8157:019833e42fda draft
(svn r11719) -Codechange: split sound.h in a header with types and one with functions.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Sat, 29 Dec 2007 09:24:26 +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 */