forked from longturn/freeciv21
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathedithand.h
19 lines (16 loc) · 965 Bytes
/
edithand.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**************************************************************************
Copyright (c) 1996-2020 Freeciv21 and Freeciv contributors. This file
is part of Freeciv21. Freeciv21 is free software:
|\_/|,,_____,~~` you can redistribute it and/or modify it under the
(.".)~~ )`~}} terms of the GNU General Public License as published
\o/\ /---~\\ ~}} by the Free Software Foundation, either version 3 of
_// _// ~} the License, or (at your option) any later version.
You should have received a copy of the GNU General
Public License along with Freeciv21. If not, see
https://www.gnu.org/licenses/.
**************************************************************************/
#pragma once
struct conn_list;
void edithand_init();
void edithand_free();
void edithand_send_initial_packets(struct conn_list *dest);