mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 20:06:58 +03:00
8 lines
186 B
C++
8 lines
186 B
C++
#pragma once
|
|
|
|
#include <minecraft/VersionFile.h>
|
|
#include <QJsonDocument>
|
|
|
|
namespace MojangVersionFormat {
|
|
VersionFilePtr fromJson(const QJsonDocument &doc, const QString &filename);
|
|
}
|