NOISSUE move version file reading and writing to dedicated namespaces
This commit is contained in:
parent
17ad1e64f8
commit
a0b47aee5b
16 changed files with 328 additions and 308 deletions
8
logic/minecraft/MojangVersionFormat.h
Normal file
8
logic/minecraft/MojangVersionFormat.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <minecraft/VersionFile.h>
|
||||
#include <QJsonDocument>
|
||||
|
||||
namespace MojangVersionFormat {
|
||||
VersionFilePtr fromJson(const QJsonDocument &doc, const QString &filename);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue