#include <memory>#include <string>Go to the source code of this file.
Classes | |
| class | help::help_manager |
| The help implementation caches data parsed from the game_config. More... | |
Namespaces | |
| help | |
Functions | |
| void | help::show_help (const std::string &show_topic="") |
| Open the help browser. More... | |
| std::string | help::get_unit_type_help_id (const unit_type &t) |
| Given a unit type, find the corresponding help topic's id. More... | |
| void | help::show_unit_description (const unit_type &t) |
| void | help::show_unit_description (const unit &u) |
| void | help::show_terrain_description (const terrain_type &t) |