#include "gui/core/tips.hpp"
#include "config.hpp"
#include "game_preferences.hpp"
#include "serialization/string_utils.hpp"
Go to the source code of this file.
Namespaces | |
gui2 | |
A class inherited from ttext_box that displays its input as stars. | |
gui2::tips | |
Macros | |
#define | GETTEXT_DOMAIN "wesnoth-lib" |
Functions | |
std::vector< ttip > | gui2::tips::load (const config &cfg) |
Loads the tips from a config. More... | |
std::vector< ttip > | gui2::tips::shuffle (const std::vector< ttip > &tips) |
Shuffles the tips. More... | |