diff options
author | flow <flowlnlnln@gmail.com> | 2022-05-24 11:58:11 -0300 |
---|---|---|
committer | flow <flowlnlnln@gmail.com> | 2022-05-24 11:58:11 -0300 |
commit | ae2ef324f297adee33968b50e70d9cf5d8ed72fb (patch) | |
tree | 0443a66c186ac4e0f039cf4e8fe1510972b2a378 /launcher/modplatform/ModIndex.h | |
parent | d0337da8ea54c272aadfe30bfe0474ae82011109 (diff) | |
download | PrismLauncher-ae2ef324f297adee33968b50e70d9cf5d8ed72fb.tar.gz PrismLauncher-ae2ef324f297adee33968b50e70d9cf5d8ed72fb.tar.bz2 PrismLauncher-ae2ef324f297adee33968b50e70d9cf5d8ed72fb.zip |
feat: add remaining links to modrinth mods
Diffstat (limited to 'launcher/modplatform/ModIndex.h')
-rw-r--r-- | launcher/modplatform/ModIndex.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/launcher/modplatform/ModIndex.h b/launcher/modplatform/ModIndex.h index 6e1a01bc..4d1d02a5 100644 --- a/launcher/modplatform/ModIndex.h +++ b/launcher/modplatform/ModIndex.h @@ -32,6 +32,11 @@ struct IndexedVersion { struct ExtraPackData { QList<DonationData> donate; + + QString issuesUrl; + QString sourceUrl; + QString wikiUrl; + QString discordUrl; }; struct IndexedPack { |