Freeciv21
Develop your civilization from humble roots to a global empire
taicity.h File Reference
+ This graph shows which files directly or indirectly include this file:

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)
 Create worker request for the city. More...
 
void tai_req_worker_task_rcv (struct tai_req *req)
 Receive message from thread to main thread. More...
 

Function Documentation

◆ tai_city_worker_requests_create()

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 59 of file taicity.c.

◆ tai_req_worker_task_rcv()

void tai_req_worker_task_rcv ( struct tai_req req)

Receive message from thread to main thread.

Definition at line 490 of file taicity.c.

Referenced by tai_refresh().