NOISSUE hide mojang structs inside the mojang format entirely
This commit is contained in:
parent
d4eacb56b3
commit
ead4c17d0a
5 changed files with 145 additions and 242 deletions
|
@ -16,14 +16,4 @@ public:
|
|||
// libraries
|
||||
static LibraryPtr libraryFromJson(const QJsonObject &libObj, const QString &filename);
|
||||
static QJsonObject libraryToJson(Library *library);
|
||||
|
||||
private:
|
||||
static QJsonDocument versionFileToJson(VersionFilePtr patch);
|
||||
|
||||
static MojangAssetIndexInfoPtr assetIndexFromJson (const QJsonObject &obj);
|
||||
static MojangDownloadInfoPtr downloadInfoFromJson (const QJsonObject &obj);
|
||||
static MojangLibraryDownloadInfoPtr libDownloadInfoFromJson (const QJsonObject &libObj);
|
||||
static QJsonObject assetIndexToJson (MojangAssetIndexInfoPtr assetidxinfo);
|
||||
static QJsonObject libDownloadInfoToJson (MojangLibraryDownloadInfoPtr libinfo);
|
||||
static QJsonObject downloadInfoToJson (MojangDownloadInfoPtr info);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue