Home
last modified time | relevance | path

Searched defs:ai_plr (Results 1 – 3 of 3) sorted by relevance

/dports/games/freeciv-nox11/freeciv-2.6.6/ai/default/
H A Daidata.h66 struct ai_plr struct
68 bool phase_initialized;
70 int last_num_continents;
71 int last_num_oceans;
73 struct {
81 } stats;
84 struct {
109 struct ai_plr *dai_plr_data_get(struct ai_type *ait, struct player *pplayer, argument
/dports/games/freeciv/freeciv-2.6.6/ai/default/
H A Daidata.h66 struct ai_plr struct
68 bool phase_initialized;
70 int last_num_continents;
71 int last_num_oceans;
73 struct {
81 } stats;
84 struct {
109 struct ai_plr *dai_plr_data_get(struct ai_type *ait, struct player *pplayer, argument
/dports/games/freeorion/freeorion-0.4.10.2/test/system/
H A DSmokeTestHostless.cpp158 PlayerSetupData ai_plr; in BOOST_FIXTURE_TEST_SUITE() local