Freeciv-3.3
|
Go to the source code of this file.
Functions | |
void | edithand_init (void) |
void | edithand_free (void) |
void | edithand_send_initial_packets (struct conn_list *dest) |
Free all memory used by data structures required for edit mode.
Definition at line 96 of file edithand.c.
Referenced by server_quit().
Initialize data structures required for edit mode.
Definition at line 78 of file edithand.c.
Referenced by srv_prepare().
Send the needed packets for connections entering in the editing mode.
Definition at line 112 of file edithand.c.
Referenced by connection_attach_real(), and handle_edit_mode().