NOISSUE split out the LaunchProfile out of the ComponentList
This commit is contained in:
parent
3470158943
commit
17c8f31a09
16 changed files with 493 additions and 422 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue