Freeciv-3.1
Loading...
Searching...
No Matches
Functions
taicity.h File Reference

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)
 

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

Referenced by tai_check_messages().

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

Referenced by tai_refresh().