mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 03:46:58 +03:00
Implemented version lists.
This commit is contained in:
parent
69040f923b
commit
2d6e785e4e
16 changed files with 955 additions and 28 deletions
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include "inifile.h"
|
||||
#include "instancetypeinterface.h"
|
||||
#include "instversionlist.h"
|
||||
|
||||
#include "libmmc_config.h"
|
||||
|
||||
|
|
@ -253,6 +254,15 @@ public:
|
|||
|
||||
|
||||
|
||||
//////// LISTS, LISTS, AND MORE LISTS ////////
|
||||
/*!
|
||||
* \brief Gets a pointer to this instance's version list.
|
||||
* \return A pointer to the available version list for this instance.
|
||||
*/
|
||||
virtual InstVersionList *versionList() const = 0;
|
||||
|
||||
|
||||
|
||||
//////// INSTANCE TYPE STUFF ////////
|
||||
|
||||
/*!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue