Read mod files to get versions... and stuff.
This commit is contained in:
@ -56,6 +56,9 @@ public:
|
||||
{
|
||||
return filename() == other.filename() && id() == other.id() && version() == other.version() && type() == other.type();
|
||||
}
|
||||
private:
|
||||
void ReadMCModInfo(QByteArray contents);
|
||||
void ReadForgeInfo(QByteArray contents);
|
||||
protected:
|
||||
|
||||
//FIXME: what do do with those? HMM...
|
||||
|
Reference in New Issue
Block a user