Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
texai_req Struct Reference

#include <texaimsg.h>

Data Fields

enum texaireqtype type
 
struct playerplr
 
voiddata
 

Detailed Description

Definition at line 61 of file texaimsg.h.

Field Documentation

◆ data

void* texai_req::data

Definition at line 65 of file texaimsg.h.

Referenced by texai_refresh(), texai_req_worker_task_rcv(), and texai_send_req().

◆ plr

struct player* texai_req::plr

Definition at line 64 of file texaimsg.h.

Referenced by texai_refresh(), texai_req_worker_task_rcv(), and texai_send_req().

◆ type

enum texaireqtype texai_req::type

Definition at line 63 of file texaimsg.h.

Referenced by texai_refresh(), and texai_send_req().