Got liteloader working. Patching more or less works

This commit is contained in:
Jan Dalheimer
2014-01-22 22:15:50 +01:00
parent 0a592ab99b
commit c39d26f445
5 changed files with 221 additions and 67 deletions

View File

@@ -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);
};