diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-11-04 22:55:25 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-11-17 15:44:13 +0100 |
commit | 17c8f31a09da6bdfc4aa7f67b2ca86b791f2ba96 (patch) | |
tree | 47330451b2a147ee54b2e63c5a1e614e4f88268b /api/logic/minecraft/VersionFile.h | |
parent | 3470158943acb9fc4439ea255fe3ea0fbc7dbc85 (diff) | |
download | MultiMC-17c8f31a09da6bdfc4aa7f67b2ca86b791f2ba96.tar MultiMC-17c8f31a09da6bdfc4aa7f67b2ca86b791f2ba96.tar.gz MultiMC-17c8f31a09da6bdfc4aa7f67b2ca86b791f2ba96.tar.lz MultiMC-17c8f31a09da6bdfc4aa7f67b2ca86b791f2ba96.tar.xz MultiMC-17c8f31a09da6bdfc4aa7f67b2ca86b791f2ba96.zip |
NOISSUE split out the LaunchProfile out of the ComponentList
Diffstat (limited to 'api/logic/minecraft/VersionFile.h')
-rw-r--r-- | api/logic/minecraft/VersionFile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/api/logic/minecraft/VersionFile.h b/api/logic/minecraft/VersionFile.h index 001b696c..60acaad6 100644 --- a/api/logic/minecraft/VersionFile.h +++ b/api/logic/minecraft/VersionFile.h @@ -13,6 +13,7 @@ class ComponentList; class VersionFile; +class LaunchProfile; struct MojangDownloadInfo; struct MojangAssetIndexInfo; @@ -22,7 +23,7 @@ class VersionFile : public ProblemContainer friend class MojangVersionFormat; friend class OneSixVersionFormat; public: /* methods */ - void applyTo(ComponentList *profile); + void applyTo(LaunchProfile* profile); public: /* data */ /// MultiMC: order hint for this version file if no explicit order is set |