Freeciv-3.3
Loading...
Searching...
No Matches
client
gui-gtk-4.0
connectdlg.c
Go to the documentation of this file.
1
/***********************************************************************
2
Freeciv - Copyright (C) 1996 - A Kjeldberg, L Gregersen, P Unold
3
This program is free software; you can redistribute it and/or modify
4
it under the terms of the GNU General Public License as published by
5
the Free Software Foundation; either version 2, or (at your option)
6
any later version.
7
8
This program is distributed in the hope that it will be useful,
9
but WITHOUT ANY WARRANTY; without even the implied warranty of
10
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
GNU General Public License for more details.
12
***********************************************************************/
13
14
#ifdef HAVE_CONFIG_H
15
#include <fc_config.h>
16
#endif
17
18
#include <errno.h>
19
#include <stdio.h>
20
#include <stdlib.h>
21
#include <string.h>
22
23
#include <gtk/gtk.h>
24
25
/* utility */
26
#include "
fcintl.h
"
27
#include "
log.h
"
28
#include "
support.h
"
29
30
/* common */
31
#include "
packets.h
"
32
#include "
version.h
"
33
34
/* client */
35
#include "
client_main.h
"
36
#include "
connectdlg_common.h
"
37
#include "
options.h
"
38
#include "
packhand.h
"
39
#include "
tilespec.h
"
40
41
/* gui-gtk-4.0 */
42
#include "
chatline.h
"
43
#include "
colors.h
"
44
#include "
dialogs.h
"
45
#include "
gui_main.h
"
46
#include "
gui_stuff.h
"
47
48
#include "
connectdlg.h
"
49
50
51
/**********************************************************************/
54
void
close_connection_dialog
(
void
)
55
{
56
}
57
58
/**********************************************************************/
62
void
server_connect
(
void
)
63
{
64
}
client_main.h
connectdlg_common.h
fcintl.h
server_connect
void server_connect(void)
Definition
connectdlg.c:60
close_connection_dialog
void close_connection_dialog(void)
Definition
connectdlg.c:52
gui_stuff.h
chatline.h
colors.h
connectdlg.h
dialogs.h
gui_main.h
log.h
options.h
packets.h
packhand.h
support.h
tilespec.h
version.h
Generated on Sun Dec 22 2024 22:30:34 for Freeciv-3.3 by
1.9.8