Freeciv-3.2
|
#include <stdlib.h>
#include "gui_stub.h"
#include "repodlgs_common.h"
#include "cityrep.h"
#include "repodlgs.h"
Go to the source code of this file.
Display the economy report. Optionally raise it. Typically triggered by F5.
Definition at line 59 of file repodlgs.c.
void endgame_report_dialog_player | ( | const struct packet_endgame_player * | packet | ) |
Received endgame report information about single player.
Definition at line 92 of file repodlgs.c.
void endgame_report_dialog_start | ( | const struct packet_endgame_report * | packet | ) |
Show a dialog with player statistics at endgame.
Definition at line 84 of file repodlgs.c.
Update the economy report.
Definition at line 50 of file repodlgs.c.
Update the units report.
Definition at line 67 of file repodlgs.c.
Display the science report. Optionally raise it. Typically triggered by F6.
Definition at line 42 of file repodlgs.c.
Resize and redraw the requirement tree.
Definition at line 100 of file repodlgs.c.
Display the units report. Optionally raise it. Typically triggered by F2.
Definition at line 76 of file repodlgs.c.