mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-22 11:39:55 +00:00
Got liteloader working. Patching more or less works
This commit is contained in:
@@ -34,10 +34,18 @@ private:
|
||||
DerpInstance *m_instance;
|
||||
QWidget *m_widgetParent;
|
||||
|
||||
enum Type
|
||||
{
|
||||
Override,
|
||||
Add,
|
||||
Remove
|
||||
};
|
||||
|
||||
bool build();
|
||||
|
||||
void clear();
|
||||
bool apply(const QJsonObject &object);
|
||||
bool applyLibrary(const QJsonObject &lib, const Type type);
|
||||
|
||||
bool read(const QFileInfo &fileInfo, QJsonObject *out);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user