Freeciv21
Develop your civilization from humble roots to a global empire
repodlgs_g.h
Go to the documentation of this file.
1 /**************************************************************************
2  Copyright (c) 1996-2020 Freeciv21 and Freeciv contributors. This file is
3  __ __ part of Freeciv21. Freeciv21 is free software: you can
4 / \\..// \ redistribute it and/or modify it under the terms of the GNU
5  ( oo ) General Public License as published by the Free Software
6  \__/ Foundation, either version 3 of the License, or (at your
7  option) any later version. You should have received
8  a copy of the GNU General Public License along with Freeciv21. If not,
9  see https://www.gnu.org/licenses/.
10 **************************************************************************/
11 #pragma once
12 
13 // utility
14 #include "support.h" // bool type
15 
16 // common
17 #include "packets.h"
18 
19 // client
20 #include "repodlgs_common.h"
21 
22 void science_report_dialog_popup(bool raise);
25 void endgame_report_dialog_start(const struct packet_endgame_report *packet);
27  const struct packet_endgame_player *packet);
28 
29 void real_science_report_dialog_update(void *unused);
30 void real_economy_report_dialog_update(void *unused);
32 
33 // Actually defined in update_queue.c
void science_report_dialog_popup(bool raise)
Display the science report.
void endgame_report_dialog_start(const struct packet_endgame_report *packet)
Show a dialog with player statistics at endgame.
void science_report_dialog_update()
void real_units_report_dialog_update(void *unused)
void real_economy_report_dialog_update(void *unused)
Update the economy report.
void endgame_report_dialog_player(const struct packet_endgame_player *packet)
Received endgame report information about single player.
void economy_report_dialog_update()
void units_report_dialog_update()
void science_report_dialog_redraw(void)
Resize and redraw the requirement tree.
void economy_report_dialog_popup()
Display the economy report.
void real_science_report_dialog_update(void *unused)
Update the science report.