Freeciv-3.3
|
#include <packets_gen.h>
Data Fields | |
char | message [MAX_LEN_MSG] |
int | tile |
enum event_type | event |
int | turn |
int | phase |
int | conn_id |
Definition at line 302 of file packets_gen.h.
int packet_early_chat_msg::conn_id |
Definition at line 308 of file packets_gen.h.
Referenced by handle_early_chat_msg().
enum event_type packet_early_chat_msg::event |
Definition at line 305 of file packets_gen.h.
Referenced by handle_early_chat_msg().
char packet_early_chat_msg::message[MAX_LEN_MSG] |
Definition at line 303 of file packets_gen.h.
Referenced by handle_early_chat_msg().
int packet_early_chat_msg::phase |
Definition at line 307 of file packets_gen.h.
Referenced by handle_early_chat_msg().
int packet_early_chat_msg::tile |
Definition at line 304 of file packets_gen.h.
Referenced by handle_early_chat_msg().
int packet_early_chat_msg::turn |
Definition at line 306 of file packets_gen.h.
Referenced by handle_early_chat_msg().