Home
last modified time | relevance | path

Searched refs:credits_group (Results 1 – 4 of 4) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/data/core/
H A D_main.cfg20 [credits_group]
22 [/credits_group]
23 [credits_group]
25 [/credits_group]
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dabout.hpp26 struct credits_group struct
41 credits_group(const config& cfg, bool is_campaign_credits);
53 using credits_data = std::vector<credits_group>;
H A Dabout.cpp45 credits_group::credits_group(const config& cfg, bool is_campaign_credits) in credits_group() function in about::credits_group
76 credits_group::about_group::about_group(const config& cfg) in about_group()
87 bool credits_group::about_group::operator<(const about_group& o) const in operator <()
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/
H A Dend_credits.cpp65 for(const about::credits_group& group : about::get_credits_data()) { in pre_show()
73 for(const about::credits_group::about_group& about : group.sections) { in pre_show()