![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <texaiplayer.h>
Public Attributes | |
| QWaitCondition | thr_cond |
| QMutex | mutex |
| struct texaimsg_list * | msglist |
Definition at line 31 of file texaiplayer.h.
| struct texaimsg_list* texai_msgs::msglist |
Definition at line 34 of file texaiplayer.h.
Referenced by texai_control_gained(), texai_control_lost(), and texai_msg_to_thr().
| QMutex texai_msgs::mutex |
Definition at line 33 of file texaiplayer.h.
Referenced by texai_control_gained(), texai_control_lost(), texai_msg_to_thr(), and texai_thread_start().
| QWaitCondition texai_msgs::thr_cond |
Definition at line 32 of file texaiplayer.h.
Referenced by texai_control_gained(), texai_control_lost(), texai_msg_to_thr(), and texai_thread_start().