mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-14 12:37:23 +00:00
Finish assets update for 1.7.3
This commit is contained in:
@@ -15,7 +15,22 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "AssetsIndex.h"
|
||||
#include <QString>
|
||||
#include <QMap>
|
||||
|
||||
class AssetObject;
|
||||
|
||||
struct AssetObject
|
||||
{
|
||||
QString hash;
|
||||
qint64 size;
|
||||
};
|
||||
|
||||
struct AssetsIndex
|
||||
{
|
||||
QMap<QString, AssetObject> objects;
|
||||
bool isVirtual = false;
|
||||
};
|
||||
|
||||
namespace AssetsUtils
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user