aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/flame/FlameModIndex.h
diff options
context:
space:
mode:
authorflow <flowlnlnln@gmail.com>2022-05-24 12:14:08 -0300
committerflow <flowlnlnln@gmail.com>2022-05-24 12:14:08 -0300
commitc5eb6fe6fb733c62c071473a8d1102c44e133c17 (patch)
tree31ba2d310c1c886068d1c2cbc3e948b2f79aff25 /launcher/modplatform/flame/FlameModIndex.h
parentae2ef324f297adee33968b50e70d9cf5d8ed72fb (diff)
downloadPrismLauncher-c5eb6fe6fb733c62c071473a8d1102c44e133c17.tar.gz
PrismLauncher-c5eb6fe6fb733c62c071473a8d1102c44e133c17.tar.bz2
PrismLauncher-c5eb6fe6fb733c62c071473a8d1102c44e133c17.zip
feat: add links for curseforge mods
NOT DOWNLOAD LINKS! (someone would ask it i'm sure :p)
Diffstat (limited to 'launcher/modplatform/flame/FlameModIndex.h')
-rw-r--r--launcher/modplatform/flame/FlameModIndex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/modplatform/flame/FlameModIndex.h b/launcher/modplatform/flame/FlameModIndex.h
index d3171d94..c631a6f3 100644
--- a/launcher/modplatform/flame/FlameModIndex.h
+++ b/launcher/modplatform/flame/FlameModIndex.h
@@ -12,6 +12,7 @@
namespace FlameMod {
void loadIndexedPack(ModPlatform::IndexedPack& m, QJsonObject& obj);
+void loadExtraPackData(ModPlatform::IndexedPack& m, QJsonObject& obj);
void loadIndexedPackVersions(ModPlatform::IndexedPack& pack,
QJsonArray& arr,
const shared_qobject_ptr<QNetworkAccessManager>& network,