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
|
@ -18,7 +18,7 @@
|
|||
#include <QMap>
|
||||
#include <memory>
|
||||
|
||||
class OneSixVersion;
|
||||
class DerpVersion;
|
||||
|
||||
class LiteLoaderInstaller
|
||||
{
|
||||
|
@ -27,13 +27,13 @@ public:
|
|||
|
||||
bool canApply() const;
|
||||
|
||||
bool apply(std::shared_ptr<OneSixVersion> to);
|
||||
bool apply(std::shared_ptr<DerpVersion> to);
|
||||
|
||||
private:
|
||||
QString m_mcVersion;
|
||||
|
||||
void applyLaunchwrapper(std::shared_ptr<OneSixVersion> to);
|
||||
void applyLiteLoader(std::shared_ptr<OneSixVersion> to);
|
||||
void applyLaunchwrapper(std::shared_ptr<DerpVersion> to);
|
||||
void applyLiteLoader(std::shared_ptr<DerpVersion> to);
|
||||
|
||||
static QMap<QString, QString> m_launcherWrapperVersionMapping;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue