mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-22 19:49:56 +00:00
NOISSUE even more version file refactors
There is no end to them in sight
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
#include <minecraft/VersionFile.h>
|
||||
#include <QJsonDocument>
|
||||
|
||||
namespace MojangVersionFormat {
|
||||
VersionFilePtr fromJson(const QJsonDocument &doc, const QString &filename);
|
||||
}
|
||||
class MojangVersionFormat
|
||||
{
|
||||
public:
|
||||
// version files / profile patches
|
||||
static VersionFilePtr versionFileFromJson(const QJsonDocument &doc, const QString &filename);
|
||||
/*
|
||||
static QJsonDocument profilePatchToJson(const ProfilePatchPtr &patch);
|
||||
*/
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user