PrismLauncher/logic/minecraft/MojangVersionFormat.h
Petr Mrázek 9497b7e96c NOISSUE even more version file refactors
There is no end to them in sight
2016-02-28 19:01:54 +01:00

15 lines
325 B
C++

#pragma once
#include <minecraft/VersionFile.h>
#include <QJsonDocument>
class MojangVersionFormat
{
public:
// version files / profile patches
static VersionFilePtr versionFileFromJson(const QJsonDocument &doc, const QString &filename);
/*
static QJsonDocument profilePatchToJson(const ProfilePatchPtr &patch);
*/
};