Feature #2037 ยป 0039-Remove-access_area.plr.patch
| common/fc_types.h | ||
|---|---|---|
|
BV_DEFINE(bv_tiledefs, MAX_TILEDEFS);
|
||
|
struct access_area {
|
||
|
const struct player *plr;
|
||
|
int index;
|
||
|
struct city_list *cities;
|
||
|
bool capital;
|
||