Freeciv-3.1
|
#include <taiplayer.h>
Data Fields | |
fc_thread_cond | thr_cond |
fc_mutex | mutex |
struct taimsg_list * | msglist |
Definition at line 30 of file taiplayer.h.
struct taimsg_list* tai_msgs::msglist |
Definition at line 34 of file taiplayer.h.
Referenced by tai_check_messages(), tai_control_gained(), tai_control_lost(), and tai_msg_to_thr().
fc_mutex tai_msgs::mutex |
Definition at line 33 of file taiplayer.h.
Referenced by tai_control_gained(), tai_control_lost(), tai_msg_to_thr(), and tai_thread_start().
fc_thread_cond tai_msgs::thr_cond |
Definition at line 32 of file taiplayer.h.
Referenced by tai_control_gained(), tai_control_lost(), tai_msg_to_thr(), and tai_thread_start().