Freeciv-3.3
Loading...
Searching...
No Matches
Functions
edithand.h File Reference

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)
 

Function Documentation

◆ edithand_free()

void edithand_free ( void  )

Free all memory used by data structures required for edit mode.

Definition at line 96 of file edithand.c.

Referenced by server_quit().

◆ edithand_init()

void edithand_init ( void  )

Initialize data structures required for edit mode.

Definition at line 78 of file edithand.c.

Referenced by srv_prepare().

◆ edithand_send_initial_packets()

void edithand_send_initial_packets ( struct conn_list dest)

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().