mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-01 07:04:32 +02:00
9 lines
186 B
C++
9 lines
186 B
C++
#pragma once
|
|
|
|
#include <minecraft/VersionFile.h>
|
|
#include <QJsonDocument>
|
|
|
|
namespace MojangVersionFormat {
|
|
VersionFilePtr fromJson(const QJsonDocument &doc, const QString &filename);
|
|
}
|