#include "help_topic_generators.hpp"
#include "game_config.hpp"
#include "game_preferences.hpp"
#include "gettext.hpp"
#include "language.hpp"
#include "log.hpp"
#include "movetype.hpp"
#include "units/race.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 "video.hpp"
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
#include <iostream>
#include <map>
#include <set>
#include <SDL.h>
Go to the source code of this file.
Namespaces | |
help | |
Macros | |
#define | WRN_HP LOG_STREAM(warn, log_help) |
#define | DBG_HP LOG_STREAM(debug, log_help) |
Typedefs | |
typedef t_translation::t_list::const_iterator | help::t_it |
typedef std::pair< std::string, std::string > | help::trait_data |
Functions | |
static std::string | help::best_str (bool best) |
static std::string | help::print_behavior_description (t_it start, t_it end, const tdata_cache &tdata, bool first_level=true, bool begin_best=true) |
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 41 of file help_topic_generators.cpp.
#define WRN_HP LOG_STREAM(warn, log_help) |
Definition at line 40 of file help_topic_generators.cpp.
Referenced by help::terrain_topic_generator::operator()(), and help::unit_topic_generator::operator()().
|
static |