mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-23 12:10:00 +00:00
Forge works now too, and so does forge+liteloader
This commit is contained in:
@@ -28,6 +28,7 @@ class DerpVersionBuilder
|
||||
DerpVersionBuilder();
|
||||
public:
|
||||
static bool build(DerpVersion *version, DerpInstance *instance, QWidget *widgetParent);
|
||||
static bool read(DerpVersion *version, const QJsonObject &obj);
|
||||
|
||||
private:
|
||||
DerpVersion *m_version;
|
||||
@@ -42,6 +43,7 @@ private:
|
||||
};
|
||||
|
||||
bool build();
|
||||
bool read(const QJsonObject &obj);
|
||||
|
||||
void clear();
|
||||
bool apply(const QJsonObject &object);
|
||||
|
||||
Reference in New Issue
Block a user