aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/flame/FlamePackIndex.h
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/modplatform/flame/FlamePackIndex.h')
-rw-r--r--launcher/modplatform/flame/FlamePackIndex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/launcher/modplatform/flame/FlamePackIndex.h b/launcher/modplatform/flame/FlamePackIndex.h
index 1ca0fc0e..0abcadb3 100644
--- a/launcher/modplatform/flame/FlamePackIndex.h
+++ b/launcher/modplatform/flame/FlamePackIndex.h
@@ -5,6 +5,8 @@
#include <QString>
#include <QVector>
+#include "modplatform/ModIndex.h"
+
namespace Flame {
struct ModpackAuthor {
@@ -16,6 +18,7 @@ struct IndexedVersion {
int addonId;
int fileId;
QString version;
+ ModPlatform::IndexedVersionType version_type;
QString mcVersion;
QString downloadUrl;
};