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)
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 ***********************************************************************/
19 #include "support.h" /* bool type */
23 extern GtkWidget
*start_message_area
;
25 GtkWidget
*create_main_page(void);
26 GtkWidget
*create_start_page(void);
27 GtkWidget
*create_scenario_page(void);
28 GtkWidget
*create_load_page(void);
29 GtkWidget
*create_network_page(void);
31 GtkWidget
*create_statusbar(void);
32 void append_network_statusbar(const char *text
, bool force
);
34 void save_game_dialog_popup(void);
35 void save_scenario_dialog_popup(void);
36 void save_mapimg_dialog_popup(void);
37 void mapimg_client_save(const char *filename
);
39 void ai_fill_changed_by_server(int aifill
);
41 void destroy_server_scans(void);
43 #endif /* FC__PAGES_H */