From 481c2164d0edebe826d40894fc05a579dbcff5f9 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Mon, 19 Jan 2009 12:07:01 +0000 Subject: (svn r15149) -Codechange: GetMaskOfTownActions() is used by a Cmd handler, therefore it does not belong in _gui. --- src/town.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/town.h') 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 -- cgit v1.2.3-54-g00ecf