![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Collaboration diagram for tai_thr:Public Attributes | |
| int | num_players |
| struct tai_msgs | msgs_to |
| struct tai_reqs | reqs_from |
| bool | thread_running |
| fcThread | ait |
Definition at line 50 of file taiplayer.c.
| fcThread tai_thr::ait |
Definition at line 55 of file taiplayer.c.
Referenced by tai_control_gained(), and tai_control_lost().
| struct tai_msgs tai_thr::msgs_to |
Definition at line 51 of file taiplayer.c.
Referenced by tai_check_messages(), tai_control_gained(), tai_control_lost(), and tai_msg_to_thr().
| int tai_thr::num_players |
Definition at line 51 of file taiplayer.c.
Referenced by tai_control_gained(), tai_control_lost(), and tai_init_threading().
| struct tai_reqs tai_thr::reqs_from |
Definition at line 51 of file taiplayer.c.
Referenced by tai_control_gained(), tai_control_lost(), tai_refresh(), and tai_req_from_thr().
| bool tai_thr::thread_running |
Definition at line 54 of file taiplayer.c.
Referenced by tai_control_gained(), tai_control_lost(), tai_init_threading(), tai_refresh(), and tai_thread_running().