Derpstances. Everything renamed. Launching does not yet work.
This commit is contained in:
parent
b182f12c20
commit
a1a06cc89f
33 changed files with 920 additions and 459 deletions
|
@ -17,18 +17,18 @@
|
|||
#include <QString>
|
||||
#include <memory>
|
||||
|
||||
class OneSixVersion;
|
||||
class DerpVersion;
|
||||
|
||||
class ForgeInstaller
|
||||
{
|
||||
public:
|
||||
ForgeInstaller(QString filename, QString universal_url);
|
||||
|
||||
bool apply(std::shared_ptr<OneSixVersion> to);
|
||||
bool apply(std::shared_ptr<DerpVersion> to);
|
||||
|
||||
private:
|
||||
// the version, read from the installer
|
||||
std::shared_ptr<OneSixVersion> m_forge_version;
|
||||
std::shared_ptr<DerpVersion> m_forge_version;
|
||||
QString internalPath;
|
||||
QString finalPath;
|
||||
QString realVersionId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue