230 int32 GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, byte cargo_type); |
230 int32 GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, byte cargo_type); |
231 void ShowNetworkChatQueryWindow(byte desttype, byte dest); |
231 void ShowNetworkChatQueryWindow(byte desttype, byte dest); |
232 void ShowNetworkGiveMoneyWindow(byte player); |
232 void ShowNetworkGiveMoneyWindow(byte player); |
233 void ShowNetworkNeedGamePassword(); |
233 void ShowNetworkNeedGamePassword(); |
234 void ShowNetworkNeedCompanyPassword(); |
234 void ShowNetworkNeedCompanyPassword(); |
235 void ShowRenameSignWindow(SignStruct *ss); |
|
236 void ShowRenameWaypointWindow(Waypoint *cp); |
235 void ShowRenameWaypointWindow(Waypoint *cp); |
237 int FindFirstBit(uint32 x); |
236 int FindFirstBit(uint32 x); |
238 void ShowHighscoreTable(int difficulty, int rank); |
237 void ShowHighscoreTable(int difficulty, int rank); |
239 void ShowEndGameChart(void); |
238 void ShowEndGameChart(void); |
240 TileIndex AdjustTileCoordRandomly(TileIndex a, byte rng); |
239 TileIndex AdjustTileCoordRandomly(TileIndex a, byte rng); |