The Battle for Wesnoth  1.19.17+dev
Classes | Namespaces | Functions
help.hpp File Reference
#include <memory>
#include <string>
Include dependency graph for help.hpp:
This graph shows which files directly or indirectly include this file:

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)