More work on new assets system. Works given a properly constructed assets folder, no downloading yet

This commit is contained in:
Sky
2013-12-08 06:12:53 +00:00
parent 6d438b2ef3
commit 2fe27fd0da
8 changed files with 210 additions and 3 deletions

View File

@ -16,6 +16,7 @@
#pragma once
#include <QStringList>
#include <QDir>
#include "BaseInstance.h"
@ -73,4 +74,5 @@ public:
private:
QStringList processMinecraftArgs(MojangAccountPtr account);
QDir reconstructAssets(std::shared_ptr<OneSixVersion> version);
};