webperimental: killstack decides stack protects.
[freeciv.git] / client / gui-stub / repodlgs.c
blobf30bf234fb31ab5038877d70fdf4202e11a3b81e
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.
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 ***********************************************************************/
14 #ifdef HAVE_CONFIG_H
15 #include <fc_config.h>
16 #endif
18 #include <stdlib.h>
20 /* gui main header */
21 #include "gui_stub.h"
23 /* client */
24 #include "repodlgs_common.h"
26 #include "cityrep.h"
28 #include "repodlgs.h"
30 /**************************************************************************
31 Update the science report.
32 **************************************************************************/
33 void real_science_report_dialog_update(void)
35 /* PORTME */
38 /**************************************************************************
39 Display the science report. Optionally raise it.
40 Typically triggered by F6.
41 **************************************************************************/
42 void science_report_dialog_popup(bool raise)
44 /* PORTME */
47 /**************************************************************************
48 Update the economy report.
49 **************************************************************************/
50 void real_economy_report_dialog_update(void)
52 /* PORTME */
55 /**************************************************************************
56 Display the economy report. Optionally raise it.
57 Typically triggered by F5.
58 **************************************************************************/
59 void economy_report_dialog_popup(bool raise)
61 /* PORTME */
64 /**************************************************************************
65 Update the units report.
66 **************************************************************************/
67 void real_units_report_dialog_update(void)
69 /* PORTME */
72 /**************************************************************************
73 Display the units report. Optionally raise it.
74 Typically triggered by F2.
75 **************************************************************************/
76 void units_report_dialog_popup(bool raise)
78 /* PORTME */
81 /****************************************************************************
82 Show a dialog with player statistics at endgame.
83 ****************************************************************************/
84 void endgame_report_dialog_start(const struct packet_endgame_report *packet)
86 /* PORTME */
89 /****************************************************************************
90 Received endgame report information about single player.
91 ****************************************************************************/
92 void endgame_report_dialog_player(const struct packet_endgame_player *packet)
94 /* PORTME */
97 /****************************************************************************
98 Resize and redraw the requirement tree.
99 ****************************************************************************/
100 void science_report_dialog_redraw(void)
102 /* PORTME */