Freeciv-3.3
|
#include <packets_gen.h>
Data Fields | |
bool | you_can_join |
char | message [1536] |
char | capability [512] |
char | challenge_file [4095] |
int | conn_id |
Definition at line 53 of file packets_gen.h.
char packet_server_join_reply::capability[512] |
Definition at line 56 of file packets_gen.h.
Referenced by establish_new_connection(), and reject_new_connection().
char packet_server_join_reply::challenge_file[4095] |
Definition at line 57 of file packets_gen.h.
Referenced by establish_new_connection(), and reject_new_connection().
int packet_server_join_reply::conn_id |
Definition at line 58 of file packets_gen.h.
Referenced by establish_new_connection(), and reject_new_connection().
char packet_server_join_reply::message[1536] |
Definition at line 55 of file packets_gen.h.
Referenced by establish_new_connection(), and reject_new_connection().
bool packet_server_join_reply::you_can_join |
Definition at line 54 of file packets_gen.h.
Referenced by establish_new_connection(), post_receive_packet_server_join_reply(), post_send_packet_server_join_reply(), and reject_new_connection().