functions.h
changeset 3150 729951cb5448
parent 3133 a05f00801c40
child 3156 f4caf4197189
equal deleted inserted replaced
3149:9685221d33fa 3150:729951cb5448
   213 
   213 
   214 bool CheckIfAuthorityAllows(TileIndex tile);
   214 bool CheckIfAuthorityAllows(TileIndex tile);
   215 Town *ClosestTownFromTile(TileIndex tile, uint threshold);
   215 Town *ClosestTownFromTile(TileIndex tile, uint threshold);
   216 void ChangeTownRating(Town *t, int add, int max);
   216 void ChangeTownRating(Town *t, int add, int max);
   217 
   217 
   218 uint GetRoadBitsByTile(TileIndex tile);
       
   219 int GetTownRadiusGroup(const Town *t, TileIndex tile);
   218 int GetTownRadiusGroup(const Town *t, TileIndex tile);
   220 void ShowNetworkChatQueryWindow(byte desttype, byte dest);
   219 void ShowNetworkChatQueryWindow(byte desttype, byte dest);
   221 void ShowNetworkGiveMoneyWindow(byte player);
   220 void ShowNetworkGiveMoneyWindow(byte player);
   222 void ShowNetworkNeedGamePassword(void);
   221 void ShowNetworkNeedGamePassword(void);
   223 void ShowNetworkNeedCompanyPassword(void);
   222 void ShowNetworkNeedCompanyPassword(void);