#include "gui/auxiliary/tips.hpp"#include "config.hpp"#include "preferences/preferences.hpp"#include "random.hpp"#include "serialization/string_utils.hpp"#include "utils/general.hpp"Go to the source code of this file.
Namespaces | |
| gui2 | |
| Generic file dialog.  | |
| gui2::tip_of_the_day | |
Macros | |
| #define | GETTEXT_DOMAIN "wesnoth-lib" | 
Functions | |
| std::vector< game_tip > | gui2::tip_of_the_day::load (const config &cfg) | 
| Loads the tips from a config.  More... | |
| std::vector< game_tip > | gui2::tip_of_the_day::shuffle (const std::vector< game_tip > &tips) | 
| Shuffles the tips.  More... | |