Freeciv-3.2
|
Go to the source code of this file.
Enumerations | |
enum | tech_info_mode { TIM_FULL_MODE , TIM_MED_MODE , TIM_SMALL_MODE } |
Functions | |
SDL_Surface * | create_select_tech_icon (utf8_str *pstr, Tech_type_id tech_id, enum tech_info_mode mode) |
void | science_report_dialogs_popdown_all (void) |
void | economy_report_dialog_popdown (void) |
void | units_report_dialog_popdown (void) |
Enumerator | |
---|---|
TIM_FULL_MODE | |
TIM_MED_MODE | |
TIM_SMALL_MODE |
Definition at line 29 of file repodlgs.h.
SDL_Surface * create_select_tech_icon | ( | utf8_str * | pstr, |
Tech_type_id | tech_id, | ||
enum tech_info_mode | mode | ||
) |
Create icon surface for a tech.
Definition at line 2423 of file repodlgs.c.
Close the economy report dialog.
Popdown the economy report.
Definition at line 1258 of file repodlgs.c.
Popdown all the science reports (report, change tech, change goals).
Definition at line 3479 of file repodlgs.c.
Closes the units report dialog.
Definition at line 1783 of file repodlgs.c.