(svn r9315) -Merge: The newhouses branch. With this merge comes almost complete support for
the newhouses grf specs, so all newhouses grfs will be playable in the game. Many thanks to everyone who contributed code and ideas, and all the testers who found things we missed.
This commit is contained in:
13
src/newgrf_town.h
Normal file
13
src/newgrf_town.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/* $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 */
|
Reference in New Issue
Block a user