#include "help/help_topic_generators.hpp"#include "formula/string_utils.hpp"#include "game_config.hpp"#include "gettext.hpp"#include "language.hpp"#include "log.hpp"#include "movetype.hpp"#include "preferences/preferences.hpp"#include "units/race.hpp"#include "serialization/markup.hpp"#include "terrain/terrain.hpp"#include "terrain/translation.hpp"#include "terrain/type_data.hpp"#include "tstring.hpp"#include "units/helper.hpp"#include "units/types.hpp"#include "utils/optional_fwd.hpp"#include "video.hpp"#include <set>Go to the source code of this file.
Classes | |
| struct | help::terrain_movement_info |
Namespaces | |
| help | |
Macros | |
| #define | GETTEXT_DOMAIN "wesnoth-help" |
| #define | WRN_HP LOG_STREAM(warn, log_help) |
| #define | DBG_HP LOG_STREAM(debug, log_help) |
Typedefs | |
| typedef std::pair< std::string, std::string > | help::trait_data |
Functions | |
| static void | help::print_trait_list (std::stringstream &ss, const std::vector< trait_data > &l) |
Variables | |
| static lg::log_domain | log_help ("help") |
| #define DBG_HP LOG_STREAM(debug, log_help) |
Definition at line 42 of file help_topic_generators.cpp.
| #define GETTEXT_DOMAIN "wesnoth-help" |
Definition at line 16 of file help_topic_generators.cpp.
| #define WRN_HP LOG_STREAM(warn, log_help) |
Definition at line 41 of file help_topic_generators.cpp.
|
static |