14 #include <fc_config.h>
void texai_first_activities(struct ai_type *ait, struct player *pplayer)
Time for phase first activities.
void texai_send_msg(enum texaimsgtype type, struct player *pplayer, void *data)
Construct and send message to player thread.
void texai_phase_finished(struct ai_type *ait, struct player *pplayer)
Player phase has finished.
void texai_send_req(enum texaireqtype type, struct player *pplayer, void *data)
Construct and send request from player thread.
bool texai_thread_running(void)
Return whether player thread is running.
void texai_req_from_thr(struct texai_req *req)
Thread sends message.
void texai_msg_to_thr(struct texai_msg *msg)
Send message to thread.