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

#include <texaimsg.h>

+ Collaboration diagram for texai_msg:

Public Attributes

enum texaimsgtype type
 
struct playerplr
 
void * data
 

Detailed Description

Definition at line 53 of file texaimsg.h.

Member Data Documentation

◆ data

void* texai_msg::data

Definition at line 56 of file texaimsg.h.

Referenced by texai_send_msg().

◆ plr

struct player* texai_msg::plr

Definition at line 55 of file texaimsg.h.

Referenced by texai_send_msg().

◆ type

enum texaimsgtype texai_msg::type

Definition at line 79 of file texaimsg.h.

Referenced by texai_send_msg().