The Battle for Wesnoth  1.19.0-dev
Namespaces | Macros | Functions
tips.cpp File Reference
#include "gui/auxiliary/tips.hpp"
#include "config.hpp"
#include "preferences/game.hpp"
#include "random.hpp"
#include "serialization/string_utils.hpp"
Include dependency graph for tips.cpp:

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...
 

Macro Definition Documentation

◆ GETTEXT_DOMAIN

#define GETTEXT_DOMAIN   "wesnoth-lib"

Definition at line 16 of file tips.cpp.