Freeciv-3.1
|
#include <texaiplayer.h>
Data Fields | |
struct ai_plr | defai |
struct unit_list * | units |
struct city_list * | cities |
Definition at line 42 of file texaiplayer.h.
struct city_list* texai_plr::cities |
Definition at line 46 of file texaiplayer.h.
Referenced by texai_city_destruction_recv(), texai_city_info_recv(), texai_player_alloc(), and texai_player_free().
struct ai_plr texai_plr::defai |
Definition at line 44 of file texaiplayer.h.
struct unit_list* texai_plr::units |
Definition at line 45 of file texaiplayer.h.
Referenced by texai_player_alloc(), texai_player_free(), texai_player_units(), texai_unit_destruction_recv(), and texai_unit_info_recv().