![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | edithand_init () |
| Initialize data structures required for edit mode. More... | |
| void | edithand_free () |
| Free all memory used by data structures required for edit mode. More... | |
| void | edithand_send_initial_packets (struct conn_list *dest) |
| Send the needed packets for connections entering in the editing mode. More... | |
| void edithand_free | ( | ) |
Free all memory used by data structures required for edit mode.
Definition at line 85 of file edithand.cpp.
Referenced by server_quit().
| void edithand_init | ( | ) |
Initialize data structures required for edit mode.
Definition at line 72 of file edithand.cpp.
| void edithand_send_initial_packets | ( | struct conn_list * | dest | ) |
Send the needed packets for connections entering in the editing mode.
Definition at line 94 of file edithand.cpp.
Referenced by connection_attach_real(), and handle_edit_mode().