Freeciv21
Develop your civilization from humble roots to a global empire
edithand.h
Go to the documentation of this file.
1 /**************************************************************************
2  Copyright (c) 1996-2020 Freeciv21 and Freeciv contributors. This file
3  is part of Freeciv21. Freeciv21 is free software:
4 |\_/|,,_____,~~` you can redistribute it and/or modify it under the
5 (.".)~~ )`~}} terms of the GNU General Public License as published
6  \o/\ /---~\\ ~}} by the Free Software Foundation, either version 3 of
7  _// _// ~} the License, or (at your option) any later version.
8  You should have received a copy of the GNU General
9  Public License along with Freeciv21. If not, see
10  https://www.gnu.org/licenses/.
11 **************************************************************************/
12 #pragma once
13 
14 struct conn_list;
15 
16 void edithand_init();
17 void edithand_free();
18 
19 void edithand_send_initial_packets(struct conn_list *dest);
void edithand_send_initial_packets(struct conn_list *dest)
Send the needed packets for connections entering in the editing mode.
Definition: edithand.cpp:94
void edithand_free()
Free all memory used by data structures required for edit mode.
Definition: edithand.cpp:85
void edithand_init()
Initialize data structures required for edit mode.
Definition: edithand.cpp:72