aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/flame/FlameModIndex.h
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2023-06-24 14:04:27 +0100
committerGitHub <noreply@github.com>2023-06-24 14:04:27 +0100
commitbcf45c74a1b0b3389c05927637bf8aa95b8e43cf (patch)
treeba0519e490c627d5d491cc4ff980921a84d29c41 /launcher/modplatform/flame/FlameModIndex.h
parentdf6d46de9e648284a788a327b87698d58a4fc145 (diff)
parent8b576fd2bd442a61092de870b4323c280b04d2d6 (diff)
downloadPrismLauncher-bcf45c74a1b0b3389c05927637bf8aa95b8e43cf.tar.gz
PrismLauncher-bcf45c74a1b0b3389c05927637bf8aa95b8e43cf.tar.bz2
PrismLauncher-bcf45c74a1b0b3389c05927637bf8aa95b8e43cf.zip
Merge pull request #986 from Trial97/develop
Mod dependencies
Diffstat (limited to 'launcher/modplatform/flame/FlameModIndex.h')
-rw-r--r--launcher/modplatform/flame/FlameModIndex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/launcher/modplatform/flame/FlameModIndex.h b/launcher/modplatform/flame/FlameModIndex.h
index 33c4a529..aa0d6f81 100644
--- a/launcher/modplatform/flame/FlameModIndex.h
+++ b/launcher/modplatform/flame/FlameModIndex.h
@@ -6,8 +6,8 @@
#include "modplatform/ModIndex.h"
-#include "BaseInstance.h"
#include <QNetworkAccessManager>
+#include "BaseInstance.h"
namespace FlameMod {
@@ -19,5 +19,5 @@ void loadIndexedPackVersions(ModPlatform::IndexedPack& pack,
const shared_qobject_ptr<QNetworkAccessManager>& network,
const BaseInstance* inst);
auto loadIndexedPackVersion(QJsonObject& obj, bool load_changelog = false) -> ModPlatform::IndexedVersion;
-
-} // namespace FlameMod
+auto loadDependencyVersions(const ModPlatform::Dependency& m, QJsonArray& arr) -> ModPlatform::IndexedVersion;
+} // namespace FlameMod \ No newline at end of file