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 91d83271c..6b80762bf 100644 --- a/src/town.h +++ b/src/town.h @@ -369,6 +369,7 @@ Town *ClosestTownFromTile(TileIndex tile, uint threshold); void ChangeTownRating(Town *t, int add, int max); HouseZonesBits GetTownRadiusGroup(const Town *t, TileIndex tile); void SetTownRatingTestMode(bool mode); +uint GetMaskOfTownActions(int *nump, CompanyID cid, const Town *t); /** * Calculate a hash value from a tile position |