diff options
Diffstat (limited to 'logic/Mod.h')
-rw-r--r-- | logic/Mod.h | 3 |
1 files changed, 3 insertions, 0 deletions
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... |