![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include "views/view_economics.h"#include "fc_client.h"#include "hudwidget.h"#include "page_game.h"#include "tileset/sprite.h"#include "top_bar.h"
Include dependency graph for view_economics.cpp:Go to the source code of this file.
Functions | |
| void | real_economy_report_dialog_update (void *unused) |
| Update the economy report. More... | |
| void | economy_report_dialog_popup () |
| Display the economy report. More... | |
| void | popdown_economy_report () |
| Closes economy report. More... | |
| void economy_report_dialog_popup | ( | ) |
Display the economy report.
Typically triggered by F5.
Definition at line 395 of file view_economics.cpp.
Referenced by mr_menu::setup_menus().
| void popdown_economy_report | ( | ) |
Closes economy report.
Definition at line 421 of file view_economics.cpp.
Referenced by popdown_all_game_dialogs().
| void real_economy_report_dialog_update | ( | void * | unused | ) |
Update the economy report.
Definition at line 375 of file view_economics.cpp.
Referenced by economy_report_dialog_update().