Freeciv-3.2
|
#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 298 of file packets_gen.h.
int packet_early_chat_msg::conn_id |
Definition at line 304 of file packets_gen.h.
Referenced by handle_early_chat_msg(), and send_packet_early_chat_msg_100().
enum event_type packet_early_chat_msg::event |
Definition at line 301 of file packets_gen.h.
Referenced by handle_early_chat_msg(), and send_packet_early_chat_msg_100().
char packet_early_chat_msg::message[MAX_LEN_MSG] |
Definition at line 299 of file packets_gen.h.
Referenced by handle_early_chat_msg(), and send_packet_early_chat_msg_100().
int packet_early_chat_msg::phase |
Definition at line 303 of file packets_gen.h.
Referenced by handle_early_chat_msg(), and send_packet_early_chat_msg_100().
int packet_early_chat_msg::tile |
Definition at line 300 of file packets_gen.h.
Referenced by handle_early_chat_msg(), and send_packet_early_chat_msg_100().
int packet_early_chat_msg::turn |
Definition at line 302 of file packets_gen.h.
Referenced by handle_early_chat_msg(), and send_packet_early_chat_msg_100().