diff options
Diffstat (limited to 'src/town.h')
-rw-r--r-- | src/town.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/town.h b/src/town.h index 0f544de22..b7ee39e5a 100644 --- a/src/town.h +++ b/src/town.h @@ -360,6 +360,7 @@ HouseZonesBits GetTownRadiusGroup(const Town *t, TileIndex tile); void SetTownRatingTestMode(bool mode); uint GetMaskOfTownActions(int *nump, CompanyID cid, const Town *t); bool GenerateTowns(TownLayout layout); +bool GenerateTownName(uint32 *townnameparts); /** * Calculate a hash value from a tile position |