51 void show_help(
const std::string& show_topic = 
"");
 
A single unit type that the player may recruit.
This class represents a single unit of a specific type.
void show_help(const std::string &show_topic)
Open the help browser, show topic with id show_topic.
std::string get_unit_type_help_id(const unit_type &t)
Given a unit type, find the corresponding help topic's id.
void show_terrain_description(const terrain_type &t)
void show_unit_description(const unit &u)
The help implementation caches data parsed from the game_config.
help_manager & operator=(const help_manager &)=delete
help_manager(const help_manager &)=delete