Freeciv-3.1
Loading...
Searching...
No Matches
client
gui-gtk-3.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 "
packets.h
"
29
#include "
support.h
"
30
#include "
version.h
"
31
32
/* client */
33
#include "
client_main.h
"
34
#include "
chatline.h
"
35
#include "
colors.h
"
36
#include "
connectdlg_common.h
"
37
#include "
dialogs.h
"
38
#include "
gui_main.h
"
39
#include "
gui_stuff.h
"
40
#include "
options.h
"
41
#include "
packhand.h
"
42
#include "
tilespec.h
"
43
44
#include "
connectdlg.h
"
45
46
47
/**********************************************************************/
50
void
close_connection_dialog
(
void
)
51
{
52
}
53
54
/**********************************************************************/
58
void
server_connect
(
void
)
59
{
60
}
client_main.h
connectdlg_common.h
fcintl.h
server_connect
void server_connect(void)
Definition
connectdlg.c:58
close_connection_dialog
void close_connection_dialog(void)
Definition
connectdlg.c:50
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 Jan 5 2025 22:00:32 for Freeciv-3.1 by
1.9.8