Freeciv-3.1
|
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) |
void edithand_free | ( | void | ) |
Free all memory used by data structures required for edit mode.
Definition at line 97 of file edithand.c.
Referenced by server_quit().
void edithand_init | ( | void | ) |
Initialize data structures required for edit mode.
Definition at line 79 of file edithand.c.
Referenced by srv_prepare().
void edithand_send_initial_packets | ( | struct conn_list * | dest | ) |
Send the needed packets for connections entering in the editing mode.
Definition at line 113 of file edithand.c.
Referenced by connection_attach_real(), and handle_edit_mode().