Freeciv21
Develop your civilization from humble roots to a global empire
texai_req Struct Reference

#include <texaimsg.h>

+ Collaboration diagram for texai_req:

Public Attributes

enum texaireqtype type
 
struct playerplr
 
void * data
 

Detailed Description

Definition at line 59 of file texaimsg.h.

Member Data Documentation

◆ data

void* texai_req::data

Definition at line 62 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 61 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 56 of file texaimsg.h.

Referenced by texai_refresh(), and texai_send_req().