Freeciv-3.1
|
Go to the source code of this file.
Functions | |
void | tai_city_worker_requests_create (struct ai_type *ait, struct player *pplayer, struct city *pcity) |
void | tai_req_worker_task_rcv (struct tai_req *req) |
void tai_city_worker_requests_create | ( | struct ai_type * | ait, |
struct player * | pplayer, | ||
struct city * | pcity | ||
) |
Create worker request for the city. Only tasks that existing units can do are created.
Definition at line 65 of file taicity.c.
Referenced by tai_check_messages().
void tai_req_worker_task_rcv | ( | struct tai_req * | req | ) |
Receive message from thread to main thread.
Definition at line 478 of file taicity.c.
Referenced by tai_refresh().