functions.h
changeset 3150 025fe8cd7104
parent 3133 341ab7934ab8
child 3156 028b6756b279
equal deleted inserted replaced
3149:2b54fc654019 3150:025fe8cd7104
   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);