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

#include <taimsg.h>

+ Collaboration diagram for tai_msg:

Public Attributes

enum taimsgtype type
 
struct playerplr
 
void * data
 

Detailed Description

Definition at line 31 of file taimsg.h.

Member Data Documentation

◆ data

void* tai_msg::data

Definition at line 34 of file taimsg.h.

Referenced by tai_send_msg().

◆ plr

struct player* tai_msg::plr

Definition at line 33 of file taimsg.h.

Referenced by tai_send_msg().

◆ type

enum taimsgtype tai_msg::type

Definition at line 55 of file taimsg.h.

Referenced by tai_send_msg().