Freeciv-3.2
Loading...
Searching...
No Matches
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/**********************************************************************/
55{
56}
57
58/**********************************************************************/
63{
64}
void server_connect(void)
Definition connectdlg.c:60
void close_connection_dialog(void)
Definition connectdlg.c:52