![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <taiplayer.h>
Public Attributes | |
| QWaitCondition | thr_cond |
| QMutex | mutex |
| struct taimsg_list * | msglist |
Definition at line 29 of file taiplayer.h.
| struct taimsg_list* tai_msgs::msglist |
Definition at line 32 of file taiplayer.h.
Referenced by tai_control_gained(), tai_control_lost(), and tai_msg_to_thr().
| QMutex tai_msgs::mutex |
Definition at line 31 of file taiplayer.h.
Referenced by tai_check_messages(), and tai_msg_to_thr().
| QWaitCondition tai_msgs::thr_cond |
Definition at line 30 of file taiplayer.h.
Referenced by tai_check_messages(), and tai_msg_to_thr().