#include <about.hpp>
Classes | |
struct | about_group |
Public Member Functions | |
credits_group (const config &cfg, bool is_campaign_credits) | |
Public Attributes | |
std::vector< about_group > | sections |
The group's sub-groups. More... | |
std::string | id |
Optional group ID. More... | |
t_string | header |
Optional group title. More... | |
about::credits_group::credits_group | ( | const config & | cfg, |
bool | is_campaign_credits | ||
) |
Definition at line 47 of file about.cpp.
References config::child_count(), config::child_range(), header, and sections.
t_string about::credits_group::header |
Optional group title.
Currently only used for identifying campaigns.
Definition at line 54 of file about.hpp.
Referenced by credits_group().
std::string about::credits_group::id |
std::vector<about_group> about::credits_group::sections |
The group's sub-groups.
Corresponds to each [about] tag .
Definition at line 48 of file about.hpp.
Referenced by credits_group().