Freeciv-3.2
|
Go to the source code of this file.
Functions | |
void | client_init_meeting (int counterpart, int initiated_from) |
void | client_recv_accept_treaty (int counterpart, bool I_accepted, bool other_accepted) |
void | client_recv_cancel_meeting (int counterpart, int initiated_from) |
void | client_recv_create_clause (int counterpart, int giver, enum clause_type type, int value) |
void | client_recv_remove_clause (int counterpart, int giver, enum clause_type type, int value) |
Handle new meeting request.
Definition at line 33 of file clitreaty.c.
Referenced by handle_diplomacy_init_meeting().
Handle server information about treaty acceptance.
Definition at line 59 of file clitreaty.c.
Referenced by handle_diplomacy_accept_treaty().
Handle server information about meeting cancellation.
Definition at line 83 of file clitreaty.c.
Referenced by handle_diplomacy_cancel_meeting().
Handle server information about addition of a clause
Definition at line 105 of file clitreaty.c.
Referenced by handle_diplomacy_create_clause().
Handle server information about removal of a clause
Definition at line 131 of file clitreaty.c.
Referenced by handle_diplomacy_remove_clause().