From fcd05ca2f6b7a76063c98e2720be758be1f67980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 27 Aug 2013 22:32:41 +0200 Subject: Read mod files to get versions... and stuff. --- logic/Mod.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'logic/Mod.h') diff --git a/logic/Mod.h b/logic/Mod.h index ea0827bd..fcfcc139 100644 --- a/logic/Mod.h +++ b/logic/Mod.h @@ -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... -- cgit v1.2.3