Freeciv-3.2
|
#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 49 of file packets_gen.h.
char packet_server_join_reply::capability[512] |
Definition at line 52 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 53 of file packets_gen.h.
Referenced by establish_new_connection(), and reject_new_connection().
int packet_server_join_reply::conn_id |
Definition at line 54 of file packets_gen.h.
Referenced by establish_new_connection(), and reject_new_connection().
char packet_server_join_reply::message[1536] |
Definition at line 51 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 50 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().