summaryrefslogtreecommitdiffstats
path: root/logic/OneSixInstance.h
diff options
context:
space:
mode:
authorSky <git@bunnies.cc>2013-12-08 06:12:53 +0000
committerSky <git@bunnies.cc>2013-12-08 06:12:53 +0000
commit2fe27fd0daca14644a2a71456cd60c9a38befbdf (patch)
tree929b9b5b369367895f2afcb74216aa9cf840ffb4 /logic/OneSixInstance.h
parent6d438b2ef3ca320d89eb5830024d02610ef8f6d6 (diff)
downloadMultiMC-2fe27fd0daca14644a2a71456cd60c9a38befbdf.tar
MultiMC-2fe27fd0daca14644a2a71456cd60c9a38befbdf.tar.gz
MultiMC-2fe27fd0daca14644a2a71456cd60c9a38befbdf.tar.lz
MultiMC-2fe27fd0daca14644a2a71456cd60c9a38befbdf.tar.xz
MultiMC-2fe27fd0daca14644a2a71456cd60c9a38befbdf.zip
More work on new assets system. Works given a properly constructed assets folder, no downloading yet
Diffstat (limited to 'logic/OneSixInstance.h')
-rw-r--r--logic/OneSixInstance.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/logic/OneSixInstance.h b/logic/OneSixInstance.h
index 042c104b..cc98d822 100644
--- a/logic/OneSixInstance.h
+++ b/logic/OneSixInstance.h
@@ -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);
};