Freeciv-3.2
|
#include "support.h"
#include "packets.h"
#include "repodlgs_common.h"
#include "gui_proto_constructor.h"
Go to the source code of this file.
Functions | |
GUI_FUNC_PROTO (void, endgame_report_dialog_start, const struct packet_endgame_report *packet) GUI_FUNC_PROTO(void | |
const struct packet_endgame_player *packet void | science_report_dialog_update (void) |
void | economy_report_dialog_update (void) |
void | units_report_dialog_update (void) |
Variables | |
endgame_report_dialog_player | |
Update the economy report.
Definition at line 682 of file update_queue.c.
Referenced by handle_city_info(), handle_player_info(), handle_unit_packet_common(), handle_unit_remove(), and real_city_dialog_refresh().
GUI_FUNC_PROTO | ( | void | , |
endgame_report_dialog_start | , | ||
const struct packet_endgame_report * | packet | ||
) |
const struct packet_endgame_player *packet void science_report_dialog_update | ( | void | ) |
Update the science report.
Definition at line 674 of file update_queue.c.
Referenced by handle_city_info(), handle_player_info(), and handle_research_info().
Update the units report.
Definition at line 690 of file update_queue.c.
Referenced by handle_city_info(), handle_player_info(), handle_unit_packet_common(), and handle_unit_remove().
endgame_report_dialog_player |
Definition at line 33 of file repodlgs_g.h.
Referenced by handle_endgame_player().