Freeciv-3.2
Loading...
Searching...
No Matches
Functions | Variables
repodlgs_g.h File Reference
#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
 

Function Documentation

◆ economy_report_dialog_update()

void economy_report_dialog_update ( void  )

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()

GUI_FUNC_PROTO ( void  ,
endgame_report_dialog_start  ,
const struct packet_endgame_report packet 
)

◆ science_report_dialog_update()

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().

◆ units_report_dialog_update()

void units_report_dialog_update ( void  )

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().

Variable Documentation

◆ endgame_report_dialog_player

endgame_report_dialog_player

Definition at line 33 of file repodlgs_g.h.

Referenced by handle_endgame_player().