28 namespace tip_of_the_day
48 std::vector<game_tip>
shuffle(
const std::vector<game_tip>&
tips);
A config object defines a single node in a WML file, with access to child nodes.
std::vector< game_tip > tips
std::vector< game_tip > load(const config &cfg)
Loads the tips from a config.
std::vector< game_tip > shuffle(const std::vector< game_tip > &tips)
Shuffles the tips.
game_tip(const config &cfg)
t_string source
The source of the tip.
std::vector< std::string > unit_filter
List of units to filter the tip upon.
t_string text
The text of the tip.