Home
last modified time | relevance | path

Searched refs:get_credits_data (Results 1 – 3 of 3) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dabout.hpp58 const credits_data& get_credits_data();
H A Dabout.cpp92 const credits_data& get_credits_data() in get_credits_data() function
/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()