mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-04 17:09:25 +00:00
NOISSUE move version file reading and writing to dedicated namespaces
This commit is contained in:
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);
|
||||
}
|
Reference in New Issue
Block a user