#include "about.hpp"
#include "config.hpp"
#include "font/pango/escape.hpp"
#include "game_config_view.hpp"
#include "gettext.hpp"
#include "serialization/string_utils.hpp"
#include <map>
Go to the source code of this file.
Namespaces | |
about | |
Display credits about all contributors. | |
Functions | |
const credits_data & | about::get_credits_data () |
Gets all credits data. More... | |
utils::optional< credits_data::const_iterator > | about::get_campaign_credits (const std::string &campaign) |
Gets credits for a given campaign. More... | |
std::vector< std::string > | about::get_background_images (const std::string &campaign) |
Gets credit background images for a given campaign. More... | |
void | about::set_about (const game_config_view &cfg) |
Regenerates the credits data. More... | |