int player_distance_to_player(struct player *pplayer, struct player *target)
Calculate average distances to other players.
int city_gold_worth(struct city *pcity)
Rough calculation of the worth of pcity in gold.
struct player * player_leading_spacerace()
Find who is leading the space race.