![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Collaboration diagram for texai_thr:Public Attributes | |
| int | num_players |
| struct texai_msgs | msgs_to |
| struct texai_reqs | reqs_from |
| bool | thread_running |
| fcThread | ait |
Definition at line 52 of file texaiplayer.c.
| fcThread texai_thr::ait |
Definition at line 57 of file texaiplayer.c.
Referenced by texai_control_gained(), and texai_control_lost().
| struct texai_msgs texai_thr::msgs_to |
Definition at line 53 of file texaiplayer.c.
Referenced by texai_control_gained(), texai_control_lost(), texai_msg_to_thr(), and texai_thread_start().
| int texai_thr::num_players |
Definition at line 53 of file texaiplayer.c.
Referenced by texai_control_gained(), texai_control_lost(), and texai_init_threading().
| struct texai_reqs texai_thr::reqs_from |
Definition at line 53 of file texaiplayer.c.
Referenced by texai_control_gained(), texai_control_lost(), texai_refresh(), and texai_req_from_thr().
| bool texai_thr::thread_running |
Definition at line 56 of file texaiplayer.c.
Referenced by texai_control_gained(), texai_control_lost(), texai_init_threading(), texai_refresh(), and texai_thread_running().