Add: Website button to Game Options window for basesets.

This links to the optional "url" item in the baseset's [metadata] section.
This commit is contained in:
Peter Nelson
2023-11-28 21:07:30 +00:00
committed by Peter Nelson
parent cc528bd8fc
commit 1084ab4b66
4 changed files with 53 additions and 12 deletions

View File

@@ -59,6 +59,7 @@ struct BaseSet {
static const char * const *file_names;
std::string name; ///< The name of the base set
std::string url; ///< URL for information about the base set
TranslatedStrings description; ///< Description of the base set
uint32_t shortname; ///< Four letter short variant of the name
uint32_t version; ///< The version of this base set