![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Include dependency graph for view_research.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | research_diagram |
| struct | qlist_item |
| class | science_report |
Functions | |
| void | popdown_science_report () |
| Closes science report. More... | |
| bool | comp_less_than (const qlist_item &q1, const qlist_item &q2) |
| Compare unit_items (used for techs) by name. More... | |
| bool comp_less_than | ( | const qlist_item & | q1, |
| const qlist_item & | q2 | ||
| ) |
Compare unit_items (used for techs) by name.
Definition at line 58 of file view_research.cpp.
Referenced by top_bar_right_click_science(), and science_report::update_report().
| void popdown_science_report | ( | ) |
Closes science report.
Definition at line 726 of file view_research.cpp.