functions.h
changeset 1542 62a03537ad0b
parent 1539 b3fce185178a
child 1589 bac29165710f
equal deleted inserted replaced
1541:88d76661a786 1542:62a03537ad0b
    56 /* station_land.c */
    56 /* station_land.c */
    57 void StationPickerDrawSprite(int x, int y, int railtype, int image);
    57 void StationPickerDrawSprite(int x, int y, int railtype, int image);
    58 
    58 
    59 /* track_land.c */
    59 /* track_land.c */
    60 void DrawTrainDepotSprite(int x, int y, int image, int railtype);
    60 void DrawTrainDepotSprite(int x, int y, int image, int railtype);
    61 void DrawWaypointSprite(int x, int y, int image, int railtype);
       
    62 
    61 
    63 /* road_land.c */
    62 /* road_land.c */
    64 void DrawRoadDepotSprite(int x, int y, int image);
    63 void DrawRoadDepotSprite(int x, int y, int image);
    65 
    64 
    66 /* water_land.c */
    65 /* water_land.c */
   207 int GetTownRadiusGroup(Town *t, uint tile);
   206 int GetTownRadiusGroup(Town *t, uint tile);
   208 void ShowNetworkChatQueryWindow(byte desttype, byte dest);
   207 void ShowNetworkChatQueryWindow(byte desttype, byte dest);
   209 void ShowNetworkGiveMoneyWindow(byte player);
   208 void ShowNetworkGiveMoneyWindow(byte player);
   210 void ShowNetworkNeedGamePassword(void);
   209 void ShowNetworkNeedGamePassword(void);
   211 void ShowNetworkNeedCompanyPassword(void);
   210 void ShowNetworkNeedCompanyPassword(void);
   212 void ShowRenameWaypointWindow(Waypoint *cp);
       
   213 int FindFirstBit(uint32 x);
   211 int FindFirstBit(uint32 x);
   214 void ShowHighscoreTable(int difficulty, int8 rank);
   212 void ShowHighscoreTable(int difficulty, int8 rank);
   215 void ShowEndGameChart(void);
   213 void ShowEndGameChart(void);
   216 TileIndex AdjustTileCoordRandomly(TileIndex a, byte rng);
   214 TileIndex AdjustTileCoordRandomly(TileIndex a, byte rng);
   217 
   215