Freeciv21
Develop your civilization from humble roots to a global empire
adv_city Struct Reference

#include <infracache.h>

+ Collaboration diagram for adv_city:

Public Attributes

struct worker_activity_cacheact_cache
 
int act_cache_radius_sq
 
adv_want building_want [B_LAST]
 
int downtown
 

Detailed Description

Definition at line 18 of file infracache.h.

Member Data Documentation

◆ act_cache

struct worker_activity_cache* adv_city::act_cache

Definition at line 21 of file infracache.h.

◆ act_cache_radius_sq

int adv_city::act_cache_radius_sq

Definition at line 22 of file infracache.h.

◆ building_want

adv_want adv_city::building_want[B_LAST]

Definition at line 29 of file infracache.h.

◆ downtown

int adv_city::downtown

Definition at line 31 of file infracache.h.

Referenced by building_advisor(), and calculate_city_clusters().