Freeciv-3.3
|
#include <vision.h>
Data Fields | |
char * | name |
struct tile * | location |
struct player * | owner |
struct player * | original |
int | identity |
citizens | size |
bool | occupied |
int | walls |
bool | happy |
bool | unhappy |
int | style |
int | city_image |
enum capital_type | capital |
bv_imprs | improvements |
enum capital_type vision_site::capital |
Definition at line 124 of file vision.h.
Referenced by update_dumb_city().
int vision_site::city_image |
Definition at line 123 of file vision.h.
Referenced by update_dumb_city().
bool vision_site::happy |
Definition at line 120 of file vision.h.
Referenced by update_dumb_city().
int vision_site::identity |
Definition at line 115 of file vision.h.
Referenced by really_give_tile_info_from_player_to_player(), and vision_site_new().
bv_imprs vision_site::improvements |
Definition at line 126 of file vision.h.
Referenced by update_dumb_city().
Definition at line 111 of file vision.h.
Referenced by vision_site_new().
char* vision_site::name |
Definition at line 110 of file vision.h.
Referenced by vision_site_copy().
bool vision_site::occupied |
Definition at line 118 of file vision.h.
Referenced by update_dumb_city().
int vision_site::style |
Definition at line 122 of file vision.h.
Referenced by update_dumb_city().
bool vision_site::unhappy |
Definition at line 121 of file vision.h.
Referenced by update_dumb_city().
int vision_site::walls |
Definition at line 119 of file vision.h.
Referenced by update_dumb_city().