Freeciv-3.3
|
#include <texaiplayer.h>
Data Fields | |
fc_thread_cond | thr_cond |
fc_mutex | mutex |
struct texaimsg_list * | msglist |
Definition at line 30 of file texaiplayer.h.
struct texaimsg_list* texai_msgs::msglist |
Definition at line 34 of file texaiplayer.h.
Referenced by texai_check_messages(), texai_control_gained(), texai_control_lost(), and texai_msg_to_thr().
fc_mutex 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().
fc_thread_cond 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().